UNPKG

compile-run

Version:

You can execute programs in different languages using this package

10 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var run_file_1 = require("./run-file"); var run_source_1 = require("./run-source"); var node = { runFile: run_file_1.runNodeFile, runSource: run_source_1.runNodeSourceCode }; exports.default = node; //# sourceMappingURL=index.js.map