Skip to content

Instantly share code, notes, and snippets.

@Bamblehorse
Created July 24, 2018 15:11
Show Gist options
  • Save Bamblehorse/4fc0c46138a738b29141209c8fd7197d to your computer and use it in GitHub Desktop.
Save Bamblehorse/4fc0c46138a738b29141209c8fd7197d to your computer and use it in GitHub Desktop.
readme for my tiny package

@bamblehorse/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @bamblehorse/tiny

Usage

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

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

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment