first-none-falsy-value-or-last
Version:
a function which returns the first none falsy value or the last value, if alle values are falsy
37 lines (36 loc) • 978 B
JSON
{
"name": "first-none-falsy-value-or-last",
"version": "1.0.1",
"description": "a function which returns the first none falsy value or the last value, if alle values are falsy",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"files": [
"/dist/*",
"/src/*"
],
"devDependencies": {
"rollup": "^2.32.1",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DasRed/first-none-falsy-value-or-last.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DasRed/first-none-falsy-value-or-last/issues"
},
"homepage": "https://github.com/DasRed/first-none-falsy-value-or-last#readme",
"keywords": [
"First",
"None Falsy",
"Pick value",
"value",
"or last"
]
}