nx
Version:
10 lines (9 loc) • 337 B
JavaScript
;
/**
* Generic message type system for socket-based IPC.
*
* Provides type-safe message definitions with automatic result type derivation.
* Used by the plugin worker messaging layer but generic enough for any
* request/response protocol over sockets.
*/
Object.defineProperty(exports, "__esModule", { value: true });