node/typings/internalBinding/config.d.ts

13 lines
289 B
TypeScript
Raw Normal View History

declare function InternalBinding(binding: 'config'): {
isDebugBuild: boolean;
hasOpenSSL: boolean;
fipsMode: boolean;
hasIntl: boolean;
hasTracing: boolean;
hasNodeOptions: boolean;
hasInspector: boolean;
noBrowserGlobals: boolean;
bits: number;
hasDtrace: boolean;
};