@pawansaket/tiniest
v2.0.1
Published
[![npm (scoped)] (https://img.shields.io/apm/v/vim-mode.svg)] (https://github.com/pawan9124/tiny_exercise) [![npm bundle size (minified)] (https://img.shields.io/amo/stars/dustman.svg)] (https://github.com/pawan9124/tiny_exercise)
Downloads
4
Readme
@pawansaket/tiny
Remove all spaces from a string.
Install
$ npm install @pawansaket/tiniest
Usage
const tiny = require("@pawansaket/tiny");
tiny("So much space!!"); // => "Somuchspace!!"
tiny(1357) //=> uncaught TypeError: Tiny wants a string! // at tiny(:2:41) // at :1:1