UNPKG

@extra-array/find-indices

Version:

Finds indices of values passing a test.

34 lines (33 loc) 733 B
{ "name": "@extra-array/find-indices", "version": "2.9.12", "description": "Finds indices of values passing a test.", "main": "index.js", "module": "index.mjs", "exports": { "require": "./index.js", "import": "./index.mjs" }, "scripts": { "test": "exit" }, "runkitExampleFilename": "example.js", "keywords": [ "extra", "array", "find", "indices", "findIndices" ], "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": {} }