Version: 3.1.03.1.13.1.2
declare function union<T>(...arrays: Array<ArrayLike<T>>): T[];
export = union;