property REPLServer.prototype.commands
          
Usage in Deno
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>