UNPKG

wp-quickstart-caller-example

Version:
9 lines (4 loc) 165 B
// Debugger entry point file. // See .vscode/launch.json "program" property. import {MathTwo} from "./index"; console.log(new MathTwo().addTwice(1, 2));