@iterable-iterator/list
Advanced tools
Weekly downloads
Readme
Iterable to Array for JavaScript. See docs.
:warning: This is just an alias for
Array.from
. In 99.99999% of the cases please useArray.from
directly.
import {list} from '@iterable-iterator/list';
list('abc'); // ['a', 'b', 'c']
import {nrepeat} from '@iterable-iterator/repeat';
list(nrepeat('A', 3)); // ['A', 'A', 'A']
FAQs
Iterable to Array for JavaScript
The npm package @iterable-iterator/list receives a total of 48 weekly downloads. As such, @iterable-iterator/list popularity was classified as not popular.
We found that @iterable-iterator/list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.