1.13.0 • Published 4 years ago

@hello10/util v1.13.0

Weekly downloads
15
License
MIT
Repository
-
Last release
4 years ago

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});
});
1.13.0

4 years ago

1.12.0

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago