@kelvinlogic/daraja

1.1.0 • Public • Published

@kelvinlogic/daraja

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @kelvinlogic/daraja

Usage

const daraja = require("@kelvinlogic/daraja");

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

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

Readme

Keywords

Package Sidebar

Install

npm i @kelvinlogic/daraja

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

2.26 kB

Total Files

4

Last publish

Collaborators

  • kelvinlogic