UNPKG

nx

Version:

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

6 lines (5 loc) 226 B
/** * Off by default; set `NX_USE_V8_SERIALIZER=true` to opt in. Governs every Nx * socket channel: the daemon client and server, plugin workers, and pseudo-IPC. */ export declare function isV8SerializerEnabled(): boolean;