UNPKG

@point-hub/papi

Version:

Point API Framework

13 lines 358 B
import { ExpressCli } from '@point-hub/express-cli'; export declare class ConsoleKernel { private command; constructor(command: ExpressCli); /** * Register the commands for the application. * * @example * this.command.register(new ExampleCommand()); */ register(): Promise<void>; } //# sourceMappingURL=index.d.ts.map