UNPKG

deox

Version:

Functional Type-safe Flux Standard Utilities

3 lines (2 loc) 146 B
export declare const merge: <T>(...objs: T[]) => any; export declare function castArray<TValue>(value: TValue | ReadonlyArray<TValue>): TValue[];