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

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

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)