@angular/compiler-cli
Version:
Angular - the compiler CLI for Node.js
14 lines (13 loc) • 492 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
*/
/**
* Whether a version of `@angular/core` supports a specific feature.
* @param coreVersion Current version of core.
* @param minVersion Minimum required version for the feature.
*/
export declare function coreVersionSupportsFeature(coreVersion: string, minVersion: string): boolean;