1.1.0 • Published 6 years ago

testerd v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

testerd

GitHub issues npm npm bundle size (scoped version)

Install

$ npm install testerd

Usage

const testerd = require("testerd");

testerd("Testing them spaces.");
//=> "Testingthemspaces."

testerd(1337);
//=> Uncaught TypeError: Expected String, int given
//    at testerd (<anonymous>:2:41)
//    at <anonymous>:1:1
1.1.0

6 years ago

1.0.0

6 years ago