Skip to main content
REPLServer.prototype.commands - repl - Node documentation
property REPLServer.prototype.commands

Usage in Deno

import { REPLServer } from "node:repl";

The commands registered via replServer.defineCommand().

Type

ReadOnlyDict<REPLCommand>