UNPKG

@jhel/iterup

Version:

A TypeScript iterator utility library that provides lazy evaluation for efficient data processing

12 lines 451 B
/** * Override system for customizing default iterator behavior. * * This module provides a framework for overriding specific methods * on iterator instances. Currently empty but extensible for future needs. */ /** * Set containing the names of all functions that have overrides. * Used internally to determine whether to wrap function results with iterup(). */ export const OverrideFunctions = new Set(); //# sourceMappingURL=overrides.js.map