0.0.3 • Published 1 year ago

@power137/tiny v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago