@extra-array/take-while-right
Version:
Keeps values from right, while a test passes.
36 lines (35 loc) • 782 B
JSON
{
"name": "@extra-array/take-while-right",
"version": "2.10.19",
"description": "Keeps values from right, while a test passes.",
"main": "index.js",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"sideEffects": false,
"scripts": {
"test": "exit"
},
"runkitExampleFilename": "example.js",
"keywords": [
"extra",
"array",
"take",
"while",
"right",
"takeWhileRight"
],
"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": {}
}