Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@iterable-iterator/list

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Issues
File Explorer

Advanced tools

@iterable-iterator/list

Iterable to Array for JavaScript

    1.0.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
50
decreased by-92.61%

Weekly downloads

Readme

Source

:oden: @iterable-iterator/list

Iterable to Array for JavaScript. See docs.

:warning: This is just an alias for Array.from. In 99.99999% of the cases please use Array.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']

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Keywords

FAQs

Last updated on 15 Jul 2021

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc