Skip to content

ameemarks/tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@ameemarks/tiny

npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @ameemarks/tiny

Usage

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

tiny("Too many spaces here!");
// => "Toomanyspaceshere!"

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

About

Tiniest npm module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published