UNPKG

81 BTypeScriptView Raw
1declare function union<T>(...arrays: Array<ArrayLike<T>>): T[];
2
3export = union;