UNPKG

@extra-array/bsearch-any

Version:

Binary searches value in sorted array.

34 lines (33 loc) 729 B
{ "name": "@extra-array/bsearch-any", "version": "2.9.12", "description": "Binary searches value in sorted array.", "main": "index.js", "module": "index.mjs", "exports": { "require": "./index.js", "import": "./index.mjs" }, "scripts": { "test": "exit" }, "runkitExampleFilename": "example.js", "keywords": [ "extra", "array", "bsearch", "any", "bsearchAny" ], "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": {} }