Skip to main content
REPLCommandAction - repl - Node documentation
type alias REPLCommandAction

Usage in Deno

import { type REPLCommandAction } from "node:repl";

Deno compatibility

This symbol is not supported.

Definition

(
this: REPLServer,
text: string,
) => void