1.0.0 • Published 6 years ago

empty-iterator v1.0.0

Weekly downloads
367
License
MIT
Repository
github
Last release
6 years ago

empty-iterator

Creates an iterator that finishes immediately.

Installation

Requires Node.js 4.0.0 or above.

npm i empty-iterator

API

The module exports a single function with no parameters. Each time it is called, it creates and returns a new empty iterator.

Example

const emptyIterator = require('empty-iterator')

emptyIterator().next().done // true