JSPM

empty-string

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 785
  • Score
    100M100P100Q112578F
  • License ISC

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

Package Exports

  • empty-string

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (empty-string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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); // ''