We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f9b2 commit 8dcb143Copy full SHA for 8dcb143
1 file changed
typings/internalBinding/config.d.ts
@@ -1,12 +1,15 @@
1
export interface ConfigBinding {
2
isDebugBuild: boolean;
3
+ openSSLIsBoringSSL: boolean;
4
hasOpenSSL: boolean;
5
fipsMode: boolean;
6
hasIntl: boolean;
7
+ hasSmallICU: boolean;
8
hasTracing: boolean;
9
hasNodeOptions: boolean;
10
hasInspector: boolean;
11
noBrowserGlobals: boolean;
12
bits: number;
13
hasDtrace: boolean;
14
+ getDefaultLocale(): string;
15
}
0 commit comments