UNPKG

compile-run

Version:

You can execute programs in different languages using this package

8 lines (7 loc) 212 B
import { runNodeFile } from './run-file'; import { runNodeSourceCode } from './run-source'; declare const node: { runFile: typeof runNodeFile; runSource: typeof runNodeSourceCode; }; export default node;