Skip to content

yoshimoora/tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

@yoshimoora/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @yoshimoora/tiny

Usage

import tiny from "@yoshimoora/tiny";

tiny("Test test test");
//=> "Testtesttest"

tiny(123);
//=> Uncaught TypeError: is not string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1

About

Removes all spaces from a string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published