2.0.5 • Published 5 years ago

@manikyak/tiny v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@Manikyak/tiny

npm (scoped)

npm (scoped)

Removes all spaces from a string.

Install

$ npm install @manikyak/tiny 

Usage

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

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

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

tiny.isNumber(15); //=>"Manikya Says it is number";

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago