UNPKG

just-flush

Version:

returns a copy of an array or object with null/undefined members removed

36 lines 799 B
{ "name": "just-flush", "version": "2.3.0", "description": "returns a copy of an array or object with null/undefined members removed", "main": "index.cjs", "types": "index.d.ts", "module": "index.mjs", "exports": { ".": { "require": "./index.cjs", "types": "./index.d.ts", "default": "./index.mjs" }, "./package.json": "./package.json" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ "array", "object", "collection", "remove", "null", "undefined", "no-dependencies", "just" ], "author": "Angus Croll", "license": "MIT", "bugs": { "url": "https://github.com/angus-c/just/issues" } }