Skip to content

nbyodai/tini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@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!

About

My tini npm module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published