0.0.5 • Published 10 years ago

immutable-helper v0.0.5

Weekly downloads
302
License
MIT
Repository
-
Last release
10 years ago

immutable-helper

Some help methods for immutable.js.

Usage

var immutableHelper = require('immutable-helper');
var map = Immutable.Map({
    a: Immutable.Map({
        b: 1
    })
});

var b = immutableHelper.findByPath(map, "a/b");

API

getByPath(obj, path)

setByPath(obj, path, val)

pushByPath(obj, path, val)

deleteByPath(obj, path)

findByProperty(list, propName, propVal)

LICENSE

MIT

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago