UNPKG

@tscc/tscc

Version:

A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly

4 lines (3 loc) 178 B
export declare function riffle<T>(x: T, array: T[]): T[]; export declare function flatten<T>(array: T[][]): T[]; export declare function union<T>(array1: T[], array2: T[]): T[];