@angular/cli
Version:
CLI tool for Angular
13 lines (12 loc) • 383 B
TypeScript
/**
* @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.dev/license
*/
/**
* Regular expression to match Angular packages.
* Checks for packages starting with `@angular/` or `@nguniversal/`.
*/
export declare const ANGULAR_PACKAGES_REGEXP: RegExp;