An open API service indexing awesome lists of open source software.

https://github.com/dmnd/immutable-sharp

A sharper Immutable that raises instead of returning undefined
https://github.com/dmnd/immutable-sharp

Last synced: 10 months ago
JSON representation

A sharper Immutable that raises instead of returning undefined

Awesome Lists containing this project

README

          

# Immutable Sharp

A sharper Immutable that raises instead of returning undefined.

Provides `fetch`/`fetchIn` as alternatives to Immutable's `get`/`getIn`. These
new methods raise exceptions when their key (or key path) isn't valid.

## License

MIT