UNPKG

@nx/node

Version:

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

8 lines 247 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>; //# sourceMappingURL=kill-port.d.ts.map