2.0.0 • Published 5 years ago
@widelec2/tiny v2.0.0
tiny
the tiniest npm module
install
npm install @widelec2/tiny
usage
const tiny = require("@widelec2/tiny");
tiny("So much space!"); //=> "Somuchspace!"
tiny(1337); //=> Uncaught TypeError: Tiny wants a string! // at tiny (:2:41) // at :1:1