vadimtrify

2.0.2 • Public • Published

Vadimtrify

npm (scoped)

Removes all spaces from a string.

Install

$ npm install vadimtrify

Usage

const vadim = require("vadimtrify");
 
vadim("I want everything from you");
//=> "Iwanteverythingfromyou"
 
vadim(1337);
//=> Uncaught TypeError: Vadim wants a string!
//    at vadim (<anonymous>:2:41)
//    at <anonymous>:1:1

Readme

Keywords

Package Sidebar

Install

npm i vadimtrify

Weekly Downloads

7

Version

2.0.2

License

MIT

Unpacked Size

856 B

Total Files

3

Last publish

Collaborators

  • fedeorlandau