property REPLServer.prototype.commands
Usage
import { REPLServer } from "node:repl";
The commands registered via replServer.defineCommand().
ReadOnlyDict<REPLCommand>
import { REPLServer } from "node:repl";
The commands registered via replServer.defineCommand().
ReadOnlyDict<REPLCommand>