1.0.0 • Published 9 months ago

space-string v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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?

1.0.0

9 months ago