2.1.0 • Published 5 years ago

@sujancse/tiny-test v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Tiny

NPM package test purposes only.

npm (scoped) license (scoped)

Installation

npm i @sujancse/tiny

Usage

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

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

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

5 years ago