0.0.3 • Published 2 years ago

@power137/tiny v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@power137/tiny

npm (scoped) license

Install

$ npm install @power137/tiny

Usage

const tiny = require("@power137/tiny");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago