File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ return ReplicationBuilder.forObject(state)
40
40
### Usage
41
41
42
42
1 . Load an object by calling ` ReplicationBuilder.forObject() `
43
- 2 . Navigate down the object tree through the typesafe function ` getChild ()`
43
+ 2 . Navigate down the object tree through the typesafe function ` property ()`
44
44
3 . Modify a property with either (see syntax paragraph above)
45
45
- ` replaceValueOf('prop').with(newValue:T) `
46
46
- ` replaceValueOf('prop').by((T) => newValue:T) `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-immutable-helper" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " Helpers for handling immutable objects with typescript" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments