UNPKG

@cocalc/backend

Version:

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

4 lines (3 loc) 286 B
import type { ExecuteCodeFunctionWithCallback, ExecuteCodeOptions, ExecuteCodeOutput } from "@cocalc/util/types/execute-code"; export declare function executeCode(opts: ExecuteCodeOptions): Promise<ExecuteCodeOutput>; export declare const execute_code: ExecuteCodeFunctionWithCallback;