1.1.0 • Published 6 years ago
testerd v1.1.0
testerd
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