UNPKG

@writetome51/array-get-adjacent-at

Version:

Returns chosen number of adjacent items in array beginning at chosen index

38 lines (37 loc) 932 B
{ "name": "@writetome51/array-get-adjacent-at", "version": "3.0.3", "description": "Returns chosen number of adjacent items in array beginning at chosen index", "type": "module", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/writetome51/array-get-adjacent-at.git" }, "keywords": [ "array", "manipulation", "get", "slice", "adjacent", "items", "data" ], "author": "Steve Thompson", "license": "MIT", "bugs": { "url": "https://github.com/writetome51/array-get-adjacent-at/issues" }, "homepage": "https://github.com/writetome51/array-get-adjacent-at#readme", "devDependencies": { "@writetome51/is-match": ">=0.0.1" }, "dependencies": { "@writetome51/get-arr-filled": ">=0.0.1", "@writetome51/validate-adjacent-items-operation-args": ">=0.0.1" } }