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
- Host: GitHub
- URL: https://github.com/dmnd/immutable-sharp
- Owner: dmnd
- Created: 2015-01-17T20:52:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T04:55:09.000Z (almost 11 years ago)
- Last Synced: 2025-01-05T20:20:53.048Z (12 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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