UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

4 lines 278 B
export declare const MESSAGE_END_SEQ: string; export declare function consumeMessagesFromSocket(callback: (message: string) => void): (data: any) => void; export declare function isJsonMessage(message: string): boolean; //# sourceMappingURL=consume-messages-from-socket.d.ts.map