Files
Kmake/typings/internalBinding/config.d.ts
2026-05-26 23:36:42 -07:00

13 lines
266 B
TypeScript

export interface ConfigBinding {
isDebugBuild: boolean;
hasOpenSSL: boolean;
fipsMode: boolean;
hasIntl: boolean;
hasTracing: boolean;
hasNodeOptions: boolean;
hasInspector: boolean;
noBrowserGlobals: boolean;
bits: number;
hasDtrace: boolean;
}