property REPLServer.prototype.commands
Usage in Deno
```typescript import { REPLServer } from "node:node__repl.d.ts"; ```The commands registered via `replServer.defineCommand()`.
ReadOnlyDict<REPLCommand>