aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/help-impl.d.ts
blob: 1c3f2ce2e29c6cba40b51908668e270aefcf2606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
import { Command } from '../models/command';
import { Schema as HelpCommandSchema } from './help';
export declare class HelpCommand extends Command<HelpCommandSchema> {
    run(): Promise<void>;
}