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) 196 B
/** * Check if v8 serializer is enabled for daemon communication. * V8 serializer is enabled by default unless explicitly disabled. */ export declare function isV8SerializerEnabled(): boolean;