UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

7 lines (6 loc) 259 B
import { DeployCommandContext } from '../commands/index.js'; import { AbstractAction } from './abstract.action.js'; export declare class DeployAction extends AbstractAction { handle(context: DeployCommandContext): Promise<void>; private installMau; }