UNPKG

compile-run

Version:

You can execute programs in different languages using this package

8 lines (7 loc) 198 B
import { runCppFile } from './run-file'; import { runCppSource } from './run-source'; declare const cpp: { runFile: typeof runCppFile; runSource: typeof runCppSource; }; export default cpp;