fast.js
fast.js copied to clipboard
Docs
As per #78, adding documentation might be helpful. Unfortunately, this will probably kind of a pain in the butt since most methods adhere to the same signature as underscore/lodash.
Alternately, instead of full-fledged docs, the Readme could just point out some of the particular/unique decisions, such as the use of instanceof Array
to choose between array iterators and object iterators.
most methods...
but there should be at least a list of them )
also need to add browser support to readme!
Add list of actions to docs please
@marvelsrp PRs accepted!