iterize icon indicating copy to clipboard operation
iterize copied to clipboard

Use JavaScript Iterator, Easily

Results 12 iterize issues
Sort by recently updated
recently updated
newest added

take should be supported array type.

enhancement
feature

1. Implement takeWhile & takeUntil/. 1. Divide take and takeWhile

Check whether the `iterator.ts` is well-formed.

How about add promise argument ? ```js take(a => a

help wanted
question

How about this ? ```js if(someObject(Symbol.iterator])) ```

help wanted
question

Purchase iterize.io domain

TBD

help wanted

Update Contributing Guide

help wanted
good first issue

Many library have cookbook that explain how to use it. It seems that it could make many combinations. How about write cookbook? I attach reference [ramda](https://github.com/ramda/ramda/wiki/Cookbook).

help wanted
question

Currently, it is built in a structure that can only be used in nodejs using the babel-runtime. For immediate use by browser via CDN, source code bundling is required. Now...

help wanted
good first issue