UNPKG

code-executor

Version:

A CLI/library to execute code against test cases in various languages and obtain relevant results.

4 lines (3 loc) 161 B
export { default as CodeExecutor, languages } from './CodeExecutor'; export { default as Worker } from './Worker'; export { default as cli } from './WorkerCLI';