UNPKG

676 BMarkdownView Raw
1# Installation
2> `npm install --save @types/arr-union`
3
4# Summary
5This package contains type definitions for arr-union (https://github.com/jonschlinkert/arr-union).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-union.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-union/index.d.ts)
10````ts
11declare function union<T>(...arrays: Array<ArrayLike<T>>): T[];
12
13export = union;
14
15````
16
17### Additional Details
18 * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
19 * Dependencies: none
20
21# Credits
22These definitions were written by [mrmlnc](https://github.com/mrmlnc).
23
\No newline at end of file