UNPKG

compile-run

Version:

You can execute programs in different languages using this package

8 lines (7 loc) 224 B
import { runPythonFile } from './run-file'; import { runPythonSourceCode } from './run-source'; declare const python: { runFile: typeof runPythonFile; runSource: typeof runPythonSourceCode; }; export default python;