@extra-array/arange
Version:
Return evenly spaced values within a given interval, like arange().
31 lines • 675 B
JSON
{
"name": "@extra-array/arange",
"version": "1.1.7",
"description": "Return evenly spaced values within a given interval, like arange().",
"main": "index.js",
"scripts": {
"test": "exit"
},
"keywords": [
"extra",
"array",
"standard",
"utility",
"method",
"manipulation",
"function",
"merferry",
"arange"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-array.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-array/issues"
},
"homepage": "https://github.com/nodef/extra-array#readme",
"dependencies": {}
}