Skip to content

snolangps/tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@shon/tiny

npm (scoped) npm bundle size (minified)

Removes all whitespace from string

Install

$ npm install @shon/tiny

Usage

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

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

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

About

Test npm module package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published