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 head
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Mar 27, 2016
1 parent a16916a commit c950fda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/projections/atoms/head/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ const myObject = {

$head('rooms.kitchen.refrigerator', myObject); // returns 'eggs'
```

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

0 comments on commit c950fda

Please sign in to comment.