UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

6 lines (5 loc) 358 B
export declare const DIST_TAGS: readonly ["latest", "next", "canary"]; export type DistTag = (typeof DIST_TAGS)[number]; export declare function isLegacyEra(targetVersion: string): boolean; export declare function normalizeVersion(version: string): string; export declare function normalizeVersionWithTagCheck(pkg: string, version: string): Promise<string>;