UNPKG

fast-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

5 lines (4 loc) 175 B
import { ProxyReference } from 'extension-methods'; export declare function addCustomMethod(proxyReference: ProxyReference, methods: { [name: string]: Function; }): void;