@jcstang/tiny

2.0.0 • Public • Published

tiny

The tiniest npm module

Install

$ npm install @jcstang/tiny

Usage

const tiny = require("jcstang/tiny");

tiny("so much space!");
//=> "somuchspace!"

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

Readme

Keywords

Package Sidebar

Install

npm i @jcstang/tiny

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

1.76 kB

Total Files

4

Last publish

Collaborators

  • jcstang