@moo-cow/tiny
v2.1.0
Published
Removes all spaces from a string
Downloads
3
Readme
tiny
playing with repos Lets hope we can do this
A small tiny test util that has two functions: play
To install
npm install @moo-cow/tiny
Usage
const tiny = require('@moo-cow/tiny');
tiny.tiny("remove my spaces!") // removemyspaces!
tiny.capital("stop shouting") // STOP SHOUTING
Git repo: https://github.com/nic-dimmock/tiny