2.1.1 • Published 5 years ago
@devtunnel/tiny v2.1.1
@devtunnel/tiny
Removes all spaces from a string.
Install
$ npm install @devtunnel/tiny
Usage
const tiny = require('@devtunnel/tiny')
tiny('So much space!')
// => 'Somuchspace!'
tiny(1337)
// => Uncaught TypeError: Tiny wants a string!