Home Manual Reference Source

Usage

Import the library where needed

const {consume, exhaust} = await import( '@iterable-iterator/consume' ) ;
// or
import {consume, exhaust} from '@iterable-iterator/consume' ;