3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { REPLServer } from 'repl';
|
|
export declare function defineDefaultCommandsOnRepl(replServer: REPLServer): void;
|