@sbhtta/tiny

2.2.0 • Public • Published

npm version GitHub issues

tiny

tiniest npm module

Install

$ npm install @sbhtta/tiny

Usage

const tiny = require("@sbhtta/tiny");

tiny("So much space!");
//=> "Somuchspace!"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1

Package Sidebar

Install

npm i @sbhtta/tiny

Weekly Downloads

2

Version

2.2.0

License

MIT

Unpacked Size

2.11 kB

Total Files

6

Last publish

Collaborators

  • sbhtta