Skip to content

Commit

Permalink
docs(api): add toc for API
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Aug 7, 2016
1 parent 1ede207 commit 2ec3717
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@ console.log(`values: ${values}`);
API
---

Create iterator:

* [hoi(iterable)](#hoiiterable)
* [hoi(iterator)](#hoiiterator)
* [hoi(object)](#hoiobject)
* [hoi(number|boolean|symbol|regexp|function)](#hoinumberbooleansymbolregexpfunction)

Helpers:

* [value(value)](#valuevalue)
* [isIterable(iterable)](#isiterableiterable)
* [isIterator(iterator)](#isiteratoriterator)
* [series(...iterables)](#seriesiterators)
* [evenly(...iterables)](#evenlyiterators)

### hoi(iterable)

Creates iterator for iterable object.
Expand Down

0 comments on commit 2ec3717

Please sign in to comment.