@imazjm/test

0.0.2 • Public • Published

@imazjm/test

Removes all spaces from a string.

Install

$ npm install @imazjm/test

Usage

const test = require('@imazjm/test')

test('So much space!')
//=> "Somuchspace!"

test(1337)
//=> Uncaught TypeError: Test wants a string!
//    at test (<anonymous>:2:41)
//    at <anonymous>:1:1

Readme

Keywords

Package Sidebar

Install

npm i @imazjm/test

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

704 B

Total Files

3

Last publish

Collaborators

  • imazjm