arr-union/000755 001751 000177 0000000000 14522265600014451 5ustar00runner000000 000000 1452226560014522265600arr-union/LICENSE000644 001751 000177 0000002165 14522265600015462 0ustar00runner000000 000000 1452226560014522265600 MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE arr-union/README.md000644 001751 000177 0000001244 14522265600015732 0ustar00runner000000 000000 1452227240514522265600# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-union/index.d.ts) ````ts declare function union(...arrays: Array>): T[]; export = union; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:04 GMT * Dependencies: none # Credits These definitions were written by [mrmlnc](https://github.com/mrmlnc). arr-union/index.d.ts000644 001751 000177 0000000121 14522265600016344 0ustar00runner000000 000000 1452226560014522265600declare function union(...arrays: Array>): T[]; export = union; arr-union/package.json000644 001751 000177 0000001420 14522265600016735 0ustar00runner000000 000000 1452227240514522265600{ "name": "@types/arr-union", "version": "3.1.2", "description": "TypeScript definitions for arr-union", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-union", "license": "MIT", "contributors": [ { "name": "mrmlnc", "githubUsername": "mrmlnc", "url": "https://github.com/mrmlnc" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/arr-union" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "bb4ead3e4fb47aadc42495ac3f09e78a238756d01a167ef7504102ddce38c46d", "typeScriptVersion": "4.5" }