import Immutable from 'immutable';
import wrap, {set} from 'immutable-normalize';
let data = wrap(Immutable.Map({a:1, b:2}));
console.log(data.a); //1
console.log(data.b); //2
console.log(data.set); //undefined
-
Notifications
You must be signed in to change notification settings - Fork 0
License
raininfall/immutable-normalize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published