summaryrefslogtreecommitdiff
path: root/typings/internalBinding/config.d.ts
blob: 3fccf4007f145bde7cbf55d6fde813a454ad7893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}