@nbyodai/tini

2.0.0 • Public • Published

@nbyodai/tini

npm (scoped) npm bundle size

Removes spaces from strings

Install

$npm install @nbyodai/tini

const tini = require("@nbyodai/tini");
tiny("So much space!");
//=> "Somuchspace!"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
  • it's the tiniiest!

Readme

Keywords

Package Sidebar

Install

npm i @nbyodai/tini

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

2.02 kB

Total Files

4

Last publish

Collaborators

  • nbyodai