@nx/cypress
Version:
12 lines • 527 B
TypeScript
/**
* @deprecated use the `getInstalledCypressMajorVersion` exported from
* `@nx/cypress/src/utils/versions` instead. It will be removed in v22.
*/
export declare function installedCypressVersion(): number;
/**
* will not throw if cypress is not installed
* @deprecated use the `assertMinimumCypressVersion` exported from
* `@nx/cypress/src/utils/versions` instead. It will be removed in v22.
*/
export declare function assertMinimumCypressVersion(minVersion: number): void;
//# sourceMappingURL=cypress-version.d.ts.map