UNPKG

@netlify/content-engine

Version:
8 lines 355 B
/** * Calculate CPU core count * * @param ignoreEnvVar Ignore the 'GATSBY_CPU_COUNT' env var to calculate the requested type of CPU cores * @return Count of the requested type of CPU cores. Defaults to number of physical cores or 1 */ export declare const cpuCoreCount: (ignoreEnvVar?: boolean) => number; //# sourceMappingURL=cpu-core-count.d.ts.map