UNPKG

@dans98/compile-run

Version:

You can execute programs in different languages using this package

6 lines (5 loc) 251 B
import './lib/init'; import c from './lib/c'; import { errorResultCallback, Options, LanguageExtMap, LanguageNames, Result } from './lib/types'; export { c, errorResultCallback, Options, LanguageExtMap, LanguageNames, Result }; export default c;