string-is-empty
Version:
Check if a string is empty
32 lines (18 loc) • 585 B
Markdown
Check if a string is empty
```sh
npm install string-is-empty --save
```
```sh
npm install
npm test
```
- [is-string](https://github.com/ljharb/is-string): Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [package-json-to-readme](https://github.com/zeke/package-json-to-readme): Generate a README.md from package.json contents
ISC