2.0.0 • Published 5 years ago
@juliannaroenloom/tiny v2.0.0
tiny
It's the tiniest!
Install
$ npm install @juliannaroenloom/tiny
Usage
const tiny = require("@juliannaroenloom/tiny");
tiny("So much space!"); // => "Somuchspace!"
tiny(123); // => Uncaught TypeError: Tiny wants a string!