0.0.5 • Published 8 years ago

immutable-helper v0.0.5

Weekly downloads
302
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago