existential
Version:
The missing existential operator for JavaScript. Returns true unless a variable is null or undefined
26 lines (25 loc) • 576 B
JSON
{
"name": "existential",
"description": "The missing existential operator for JavaScript. Returns true unless a variable is null or undefined",
"version": "1.0.3",
"authors": [
"Kiko Beats josefrancisco.verdu@gmail.com"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "https://github.com/Kikobeats/existential",
"keywords": [
"existential",
"operator",
"existence",
"exists"
],
"license": "MIT",
"main": "dist/existential.js",
"repository": "Kikobeats/existential"
}