// Type definitions for arr-union 3.1 // Project: https://github.com/jonschlinkert/arr-union // Definitions by: mrmlnc // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function union(...arrays: Array>): T[]; export = union;