UNPKG

filled-array

Version:

Returns an array filled with the specified input

41 lines (40 loc) 722 B
{ "name": "filled-array", "version": "2.2.0", "description": "Returns an array filled with the specified input", "license": "MIT", "repository": "sindresorhus/filled-array", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "array", "elements", "filled", "repeat", "repeating", "string", "text", "fill" ], "devDependencies": { "ava": "^4.0.0", "tsd": "^0.19.1", "xo": "^0.47.0" } }