RunKit + npm: immutable-short-string-notation

node v6.17.1
version: 1.1.0
endpointsharetweet
require("immutable-short-string-notation"); const Map = require('immutable').Map; state = Map({}); state2 = state.setIn('a.b.c.d.e.f.g.h', 42); console.log(state2.getIn('a.b.c.d.e.f.g.h',));
Created from: https://npm.runkit.com/immutable-short-string-notation
Loading…

no comments

    sign in to comment