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

Usage in Deno

import { REPLServer } from "node:repl";

Specified in the REPL options, this is the function to use for custom Tab auto-completion.

Type