Skip to main content
REPLCommand.help - repl - Node documentation
property REPLCommand.help

Usage in Deno

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

Help text to be displayed when .help is entered.

Type

string | undefined