UNPKG

compile-run

Version:

You can execute programs in different languages using this package

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