export type FunctionReturning = (...arguments_: any[]) => any; export type Iteratee = string | FunctionReturning; //# sourceMappingURL=types.d.ts.map