JSPM

  • Created
  • Published
  • Downloads 53
  • Score
    100M100P100Q72621F
  • License MIT

Strongly typed general purpose utilities

Package Exports

  • typed-utilities
  • typed-utilities/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typed-utilities) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.

Usage

See usage examples from the tests.