Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

type alias REPLEval

Deno compatibility

This symbol is not supported.

Definition #

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