Skip to main content
type alias REPLCommandAction

Deno compatibility

This symbol is not supported.

Definition

(
this: REPLServer,
text: string,
) => void
Back to top