UNPKG

@dragonaxe/templates.wasm-node-wrapper

Version:

A template for npm packages written in TypeScript

15 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.run = void 0; const _wasm_1 = require("../.wasm/"); const mod_1 = require("./mod"); (0, mod_1.helloAlexa)(); const txt = (0, _wasm_1.helloAxel)(); console.log(txt); const run = () => { (0, mod_1.helloAlexa)(); const txt = (0, _wasm_1.helloAxel)(); console.log(txt); }; exports.run = run; //# sourceMappingURL=index.js.map