property REPLServer.prototype.completer Usage in Deno```typescript import { REPLServer } from "node:node__repl.d.ts"; ``` Specified in the REPL options, this is the function to use for custom Tab auto-completion. Type Completer | AsyncCompleter