UNPKG

@nx/react

Version:

The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook. - Generators for applica

3 lines 149 B
import { Tree } from 'nx/src/generators/tree'; export declare function findFreePort(host: Tree): number; //# sourceMappingURL=find-free-port.d.ts.map