UNPKG

wsp-toolkit

Version:
4 lines (3 loc) 144 B
type Fn<T = any, R = T> = (x: T) => R; export declare const concatMap: <T = any, R = T>(f: Fn<T, R>, ...xs: (any | any[])[]) => R[]; export {};