UNPKG

webpack-typescript-lib-quickstart

Version:

Quickstart project for TypeScript library that runs on browsers or Node build with Webpack2.

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