Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
DOCS: Add immutable js support section for resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Mar 27, 2016
1 parent 2bd6e0b commit 0686115
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/projections/molecules/resolve/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ const myObject = {
//
$resolve('hasKitchenDuty', myObject); // returns { name: 'John Schmoe' }
```

**IMMUTABLE JS SUPPORT**
*the following types are supported for values targeted by `path`*:
```
Iterable.Indexed
Iterable.Keyed
```

0 comments on commit 0686115

Please sign in to comment.