UNPKG

curried-intrinsic

Version:
2 lines (1 loc) 135 B
export declare const flat: <D extends number = 1>(depth: D | undefined) => <A extends readonly any[]>(array: A) => FlatArray<A, D>[];