get-spacey
v1.0.3
Published
Inserts a space between each character in a string
Maintainers
Readme
get-spacey

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