Skip to main content

Deno-compatible version of Immutable-js

Usage:

import {List, Map, ...} from "https://deno.land/x/immutable@4.0.0-rc.12-deno.1/mod.ts";

And use it as you would in nodejs (see Immutable-js repo for documentation)