setImmutable: Example 1

node v4.9.1
version: 0.1.0
endpointsharetweet
const set = require('setimmutable')
const object = {}
set(object, '[0][1][2]', 'a')
Loading…

no comments

    sign in to comment