@robcresswell/utils
v1.5.2
Published
A small collection of utility functions in TypeScript, with purposefully straightforward implementations
Downloads
5
Readme
@robcresswell/utils
A collection of lodash-style utility functions with types.
Why?
This is mostly experimentation. lodash
accounts for lots of edge cases and
different usages; by restricting this, and using some more modern JS, we can get
most of the benefits of lodash
, but with simpler implementations and faster
execution.