@robcresswell/utils

A small collection of utility functions in TypeScript, with purposefully straightforward implementations

Usage no npm install needed!

<script type="module">
  import robcresswellUtils from 'https://cdn.skypack.dev/@robcresswell/utils';
</script>

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.