Skip to main content
REPLCommand.action - repl - Node documentation
property REPLCommand.action

Usage in Deno

import { type REPLCommand } from "node:repl";

The function to execute, optionally accepting a single string argument.

Type