https://github.com/oguimbal/immutable-js-deno
Immutable-js port for Deno
https://github.com/oguimbal/immutable-js-deno
Last synced: 5 months ago
JSON representation
Immutable-js port for Deno
- Host: GitHub
- URL: https://github.com/oguimbal/immutable-js-deno
- Owner: oguimbal
- Created: 2020-11-04T18:32:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T12:22:41.000Z (about 4 years ago)
- Last Synced: 2025-04-01T01:51:11.306Z (6 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno-compatible version of [Immutable-js](https://github.com/immutable-js/immutable-js)
# Usage:
```typescript
import {List, Map, ...} from "https://deno.land/x/immutable@4.0.0-rc.14-deno/mod.ts";
```And use it as you would in nodejs (see [Immutable-js](https://github.com/immutable-js/immutable-js) repo for documentation)