16 lines
484 B
TypeScript
16 lines
484 B
TypeScript
// Semi-private surface for first-party Nx packages.
|
|
//
|
|
// External plugins should NOT import from here — this entry is curated for
|
|
// internal consumers and may change without semver protection. Mirrors
|
|
// `@nx/devkit/internal`.
|
|
|
|
export * from './src/utils/versions';
|
|
|
|
export * from './src/utils/ct-helpers';
|
|
|
|
export * from './src/utils/find-target-options';
|
|
|
|
export * from './src/utils/config';
|
|
|
|
export type { CypressExecutorOptions } from './src/executors/cypress/cypress.impl';
|