@luvies/lazy
Version:
A linq-like lazy iteration module that aims to support deno, node & browser
19 lines • 393 B
TypeScript
import { Lazy } from './lazy';
export { Lazy };
/**
* @see [[Lazy.empty]]
*/
export declare const empty: typeof Lazy.empty;
/**
* @see [[Lazy.from]]
*/
export declare const from: typeof Lazy.from;
/**
* @see [[Lazy.range]]
*/
export declare const range: typeof Lazy.range;
/**
* @see [[Lazy.repeat]]
*/
export declare const repeat: typeof Lazy.repeat;
//# sourceMappingURL=mod.d.ts.map