@tarisa/tiny

2.0.0 • Public • Published

tiny

npm

(test create npm package)

Removes all spaces from a string.

Install

$ npm install @tarisa/tiny

Usage

const tiny = require("@tarisa/tiny");

tiny("So much space!");
//=> "Somuchspace!"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1

Readme

Keywords

Package Sidebar

Install

npm i @tarisa/tiny

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

852 B

Total Files

3

Last publish

Collaborators

  • tarisa