Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 814 Bytes

File metadata and controls

26 lines (18 loc) · 814 Bytes

@grenudi/testing

npm (scoped) npm (scoped)

just fooling around

Install

$ npm install @grenudi/testing

Usage

const testing = require("@grenudi/testing");

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

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