@borache/tiny

3.0.0 • Public • Published

developing-test

@borache/tiny

npm (scoped) npm bundle size (minified) install size

Removes all spaces from a string.

Install

$ npm install @borache/tiny

Usage

const tiny = require("@borache/tiny");

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

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

repository for testing Designed for personal learning only! I hope soon I will master the necessary techniques so that I can contribute to the community! I am thankful for your patience and understanding!

Package Sidebar

Install

npm i @borache/tiny

Weekly Downloads

2

Version

3.0.0

License

MIT

Unpacked Size

1.39 kB

Total Files

3

Last publish

Collaborators

  • borache