Skip to main content
REPLCommand - repl - Node documentation
interface REPLCommand

Usage in Deno

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

Deno compatibility

This symbol is not supported.

Properties

optional
help: string | undefined

Help text to be displayed when .help is entered.

The function to execute, optionally accepting a single string argument.