UNPKG

@nx/web

Version:

The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Playwright, Cypress, and Storybook. - Scaffolding for creating bu

6 lines (5 loc) 151 B
export declare function waitForPortOpen(port: number, options?: { host?: string; retries?: number; retryDelay?: number; }): Promise<void>;