aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/easter-egg-impl.d.ts
blob: 714ca1e9e6cdde0b0ce2676606d89e059bb5c9f1 (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 AwesomeCommandSchema } from './easter-egg';
export declare class AwesomeCommand extends Command<AwesomeCommandSchema> {
    run(): Promise<void>;
}