npm.io
1.1.0 • Published 7 years ago

@marius.vlas/tiny

Licence
ISC
Version
1.1.0
Deps
0
Size
928 B
Vulns
0
Weekly
0

tiny

Install

npm install @marius.vlas/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