Skip to main content

REPLEval

type alias REPLEval

Deno compatibility

This symbol is not supported.

Definition Jump to heading

(
this: REPLServer,
evalCmd: string,
context: Context,
file: string,
cb: (
err: Error | null,
result: any,
) => void
,
) => void
Back to top