typed-utilities
Version:
Strongly typed general purpose utilities
18 lines (9 loc) • 531 B
Markdown
# `typed-utilities`
`typed-utilities` is a collection of strongly typed general purpose utilities. It's a bit like lodash, but with strongly-typed code in mind, and some useful idioms e.g. tagged tuples for encoding `Result`, etc.
### Install
```npm install typed-utilities```
or
```yarn add typed-utilities```
**IMPORTANT**: bring your own `AggregateError`, either natively or using a [global polyfill](https://github.com/zloirock/core-js#ecmascript-promise).
### Usage
See [usage examples from the tests](src/__tests__).