2.0.0 • Published 6 years ago

@aandelenkoning/xsoft v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

xsoft

The x-iest npm module

removes the spaces in a sentence, to make it less space-i ;) Demo NPM package used for 1 action only: Removes all spaces from a string.

Install

$ npm install @aandelenkoning/xsoft

PS. Dependencies to install ''npm' first, use:'' sudo apt install npm''


Usage

const xsoft = require("@aandelenkoning/xsoft");

xsoft("So much space!"); //=> "Somuchspace!"