UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

4 lines 132 B
if (typeof 1 !== "number") throw new Error("Typeof2"); if (typeof UndefinedVariable !== "undefined") throw new Error("Typeof1");