augmenttoolkit / node_modules /@nestjs /core /repl /repl-native-commands.d.ts
Leon4gr45's picture
Include updated package-lock.json (part 10)
cfbbc1a verified
Raw
History Blame Contribute Delete
123 Bytes
import type { REPLServer } from 'repl';
export declare function defineDefaultCommandsOnRepl(replServer: REPLServer): void;