get-spacey
v1.0.3
Published
Inserts a space between each character in a string
Downloads
3
Maintainers
Readme
get-spacey
Inserts a space between each character in a string. Inspired by Erik "Burnton" Burton.
Installation
$ npm install --save get-spacey
Usage
const get-spacey = require('get-spacey');
get-spacey('Burnton');
//=> 'B U R N T O N'
License
Apache-2.0 © Andrew Gagnon