UNPKG

is-blank

Version:

Check whether a value is empty or blank, includes string whitespace support

31 lines (30 loc) 556 B
{ "name": "is-blank", "version": "2.1.0", "description": "Check whether a value is empty or blank, includes string whitespace support", "author": "John Otander", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "ava -v" }, "repository": "johnotander/is-blank", "keywords": [ "string", "blank", "whitespace", "object", "array", "empty" ], "license": "MIT", "devDependencies": { "ava": "*" }, "dependencies": { "is-empty": "latest", "is-whitespace": "latest" } }