UNPKG

nx

Version:

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

6 lines 250 B
/** * Check if v8 serializer is enabled for daemon communication. * V8 serializer is enabled by default unless explicitly disabled. */ export declare function isV8SerializerEnabled(): boolean; //# sourceMappingURL=is-v8-serializer-enabled.d.ts.map