2.0.1 • Published 2 years ago

@ldlplaynode/tiny v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ldlplaynode/tiny

npm(scoped)

npm(bundle size)

Removes all spaces from a string.

Install

npm install @ldlplaynode/tiny

Usage

const tiny = require("@ldlplaynode/tiny")

tiny("So mush space!");
// => "Somushspace!"

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

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago