Installation
npm install --save @types/arr-union
Summary
This package contains type definitions for arr-union (https://github.com/jonschlinkert/arr-union).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-union.
index.d.ts
declare function union<T>(...arrays: Array<ArrayLike<T>>): T[];
export = union;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:04 GMT
- Dependencies: none
Credits
These definitions were written by mrmlnc.