3.0.0 • Published 6 years ago

@borache/tiny v3.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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!