UNPKG

@tdb/util

Version:
3 lines (2 loc) 104 B
export declare function compact<T>(list: T[]): T[]; export declare function flatten<T>(list: any): T[];