You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: