0.0.2 • Published 5 years ago

@devdashpi/testpackage v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

@devdashpi/testpackage

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @devdashpi/testpackage

Usage

const testpackage = require("@devdashpi/testpackage");

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

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