motoko
Version:
Compile and run Motoko smart contracts in Node.js or the browser.
9 lines • 396 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const __1 = __importDefault(require(".."));
const { Motoko } = require('../../versions/latest/moc.min');
exports.default = (0, __1.default)(Motoko);
//# sourceMappingURL=moc.js.map