nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
25 lines (13 loc) • 606 B
JavaScript
// Auto generated from Node.js v22.7.0 runtime
export const isDebugBuild = false;
export const hasOpenSSL = true;
export const fipsMode = hasOpenSSL;
export const hasIntl = hasOpenSSL;
export const hasTracing = hasOpenSSL;
export const hasNodeOptions = hasOpenSSL;
export const hasInspector = hasOpenSSL;
export const noBrowserGlobals = isDebugBuild;
export const bits = 64;
export const language = "en-US";
const __default_export__ = { isDebugBuild, hasOpenSSL, fipsMode, hasIntl, hasTracing, hasNodeOptions, hasInspector, noBrowserGlobals, bits, language };
export default __default_export__;