ft_transcendence/pong/node_modules/@nestjs/cli/commands/command.loader.d.ts
2023-05-02 19:15:50 +02:00

6 lines
183 B
TypeScript

import { CommanderStatic } from 'commander';
export declare class CommandLoader {
static load(program: CommanderStatic): Promise<void>;
private static handleInvalidCommand;
}