0.1.4 • Published 6 years ago
tabo v0.1.4
tabo
Removes all spaces from a string.
Install
$ npm install taboUsage
const tabo = require("tabo");
tabo("So much space!");Removes all spaces from a string.
$ npm install taboconst tabo = require("tabo");
tabo("So much space!");