UNPKG

compile-run

Version:

You can execute programs in different languages using this package

8 lines (7 loc) 186 B
import { runCFile } from './run-file'; import { runCSource } from './run-source'; declare const c: { runFile: typeof runCFile; runSource: typeof runCSource; }; export default c;