thomaslindstrom / empty-string

a well-tested empty string module in case you forget how to make one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty-string

a well-tested empty string module in case you forget how to make one

npm install empty-string
var EMPTY_STRING = require('empty-string');
console.log(EMPTY_STRING); // ''

About

a well-tested empty string module in case you forget how to make one

License:ISC License


Languages

Language:JavaScript 100.0%