@extra-array/binary-search.closest
Version:
Get index of closest value in sorted array.
33 lines • 695 B
JSON
{
"name": "@extra-array/binary-search.closest",
"version": "1.1.7",
"description": "Get index of closest value in sorted array.",
"main": "index.js",
"scripts": {
"test": "exit"
},
"keywords": [
"extra",
"array",
"standard",
"utility",
"method",
"manipulation",
"function",
"merferry",
"binary",
"search",
"closest"
],
"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": {}
}