Deno-compatible version of Immutable-js
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 repo for documentation)
Immutable-js port for Deno
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 repo for documentation)
Immutable-js port for Deno