2.0.5 • Published 6 years ago

@manikyak/tiny v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago