space-string
v1.0.0
Published
Exports a space: " "
Downloads
51
Readme
space-string
Exports a space.
Usage
const space = require('space-string')
console.log("my" + space + "name") // 'my name'
// or
console.log(`my${space}name`) // 'my name'
This is stupid.
Who asked?