UNPKG

349 BTypeScriptView Raw
1import { OperatorFunction } from "../types";
2/**
3 * Used in several -- mostly deprecated -- situations where we need to
4 * apply a list of arguments or a single argument to a result selector.
5 */
6export declare function mapOneOrManyArgs<T, R>(fn: ((...values: T[]) => R)): OperatorFunction<T | T[], R>;
7//# sourceMappingURL=mapOneOrManyArgs.d.ts.map
\No newline at end of file