UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

8 lines (7 loc) 208 B
export declare const kill: any; /** * Kills the process on the given port * @param port * @param killPortDelay */ export declare function killPort(port: number, killPortDelay?: number): Promise<boolean>;