[code]
$ npm install @bamblehorse/tiny
const tiny = require("@bamblehorse/tiny");
tiny("So much space!"); //=> "Somuchspace!"
tiny(1337); //=> Uncaught TypeError: Tiny wants a string! // at tiny (:2:41) // at :1:1
[/code]
[code]
$ npm install @bamblehorse/tiny
const tiny = require("@bamblehorse/tiny");
tiny("So much space!"); //=> "Somuchspace!"
tiny(1337); //=> Uncaught TypeError: Tiny wants a string! // at tiny (:2:41) // at :1:1
[/code]
npm i @sat_npm/tiny
0
4.0.0
MIT
754 B
3