@devtunnel/tiny

2.1.1 • Public • Published

@devtunnel/tiny

Removes all spaces from a string.

npm (scoped)

Install

$ npm install @devtunnel/tiny

Usage

const tiny = require('@devtunnel/tiny')

tiny('So much space!')
// => 'Somuchspace!'

tiny(1337)
// => Uncaught TypeError: Tiny wants a string!

/@devtunnel/tiny/

    Package Sidebar

    Install

    npm i @devtunnel/tiny

    Weekly Downloads

    3

    Version

    2.1.1

    License

    MIT

    Unpacked Size

    5.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • devtunnel