@hello10/util

1.13.0 • Public • Published

TODO

Used to have this as default on charkeys but that seemed like a questionable default

it('should group keys with same first letter by array', ()=> {
  const input = {
    xylophone: 1,
    xonkey: 2,
    xebra: 3,
    zebra: 4
  };
  const output = somethingsomething(input);
  Assert.deepEqual(output, {x: [1, 2, 3], z: 4});
});

Readme

Keywords

none

Package Sidebar

Install

npm i @hello10/util

Weekly Downloads

1

Version

1.13.0

License

MIT

Unpacked Size

270 kB

Total Files

39

Last publish

Collaborators

  • stephenhandley
  • hello10.engineering