UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 356 B
export declare function addFactory(adder: Function, origin: Record<string, Function>): (method: string) => any; export declare function addFluentResolvingFactory(FluentClass: new (...args: any) => unknown): (method: string, body: Function) => void; export declare function isClassFactory<T>(Class: new (...args: any) => T): (value: unknown) => value is T;