UNPKG

itertools-ts

Version:

Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)

5 lines (4 loc) 111 B
export declare class InvalidArgumentError extends Error { } export declare class LengthError extends Error { }