1.0.1 • Published 5 years ago
@technizer-india/replacespaces v1.0.1
ReplaceSpaces
ReplaceSpaces is a Node library for removing spaces from string.
Installation
Use the package manager npm to install ReplaceSpaces.
npm i -D @technizer-india/replacespaces
Usage
const rs = require('@technizer-india/replacespaces');
rs("Hello World!");
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.