repeat-element/000755 001751 000177 0000000000 14522451650015454 5ustar00runner000000 000000 1452245165014522451650repeat-element/LICENSE000644 001751 000177 0000002165 14522451650016465 0ustar00runner000000 000000 1452245165014522451650 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 repeat-element/README.md000644 001751 000177 0000001337 14522451650016735 0ustar00runner000000 000000 1452245330414522451650# Installation > `npm install --save @types/repeat-element` # Summary This package contains type definitions for repeat-element (https://github.com/jonschlinkert/repeat-element). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/repeat-element. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/repeat-element/index.d.ts) ````ts /** * Create an array by repeating the given value n times. */ declare function repeat(element: unknown, num: number): unknown[]; export = repeat; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by . repeat-element/index.d.ts000644 001751 000177 0000000226 14522451650017355 0ustar00runner000000 000000 1452245165014522451650/** * Create an array by repeating the given value n times. */ declare function repeat(element: unknown, num: number): unknown[]; export = repeat; repeat-element/package.json000644 001751 000177 0000001226 14522451650017741 0ustar00runner000000 000000 1452245330414522451650{ "name": "@types/repeat-element", "version": "1.1.3", "description": "TypeScript definitions for repeat-element", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/repeat-element", "license": "MIT", "contributors": [], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/repeat-element" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "bcaa1feb8c9260e3e04212db40fbc0a81c7f0152ab7fb94434536a3c288c0c12", "typeScriptVersion": "4.5" }