UNPKG

nstdlib-nightly

Version:

Node.js standard library converted to runtime-agnostic ES modules.

83 lines (50 loc) 3.81 kB
// Auto generated from Node.js v22.7.0 runtime export const privateSymbols = {}; export const constants = { "kPending": 0, "kFulfilled": 1, "kRejected": 2, "kExiting": 0, "kExitCode": 1, "kHasExitCode": 2, "ALL_PROPERTIES": 0, "ONLY_WRITABLE": 1, "ONLY_ENUMERABLE": 2, "ONLY_CONFIGURABLE": 4, "SKIP_STRINGS": 8, "SKIP_SYMBOLS": 16, "kDisallowCloneAndTransfer": 0, "kTransferable": 1, "kCloneable": 2 }; export const getPromiseDetails = (...args) => globalThis.node_binding_util_getPromiseDetails?.(...args); export const getProxyDetails = (...args) => globalThis.node_binding_util_getProxyDetails?.(...args); export const getCallerLocation = (...args) => globalThis.node_binding_util_getCallerLocation?.(...args); export const isArrayBufferDetached = (...args) => globalThis.node_binding_util_isArrayBufferDetached?.(...args); export const previewEntries = (...args) => globalThis.node_binding_util_previewEntries?.(...args); export const getOwnNonIndexProperties = (...args) => globalThis.node_binding_util_getOwnNonIndexProperties?.(...args); export const getConstructorName = (...args) => globalThis.node_binding_util_getConstructorName?.(...args); export const getExternalValue = (...args) => globalThis.node_binding_util_getExternalValue?.(...args); export const sleep = (...args) => globalThis.node_binding_util_sleep?.(...args); export const parseEnv = (...args) => globalThis.node_binding_util_parseEnv?.(...args); export const arrayBufferViewHasBuffer = (...args) => globalThis.node_binding_util_arrayBufferViewHasBuffer?.(...args); export const shouldAbortOnUncaughtToggle = new Uint32Array(); export const guessHandleType = (...args) => globalThis.node_binding_util_guessHandleType?.(...args); export const isArrayBuffer = (...args) => globalThis.node_binding_util_isArrayBuffer?.(...args); export const isArrayBufferView = (...args) => globalThis.node_binding_util_isArrayBufferView?.(...args); export const isAsyncFunction = (...args) => globalThis.node_binding_util_isAsyncFunction?.(...args); export const isDataView = (...args) => globalThis.node_binding_util_isDataView?.(...args); export const isDate = (...args) => globalThis.node_binding_util_isDate?.(...args); export const isExternal = (...args) => globalThis.node_binding_util_isExternal?.(...args); export const isMap = (...args) => globalThis.node_binding_util_isMap?.(...args); export const isMapIterator = (...args) => globalThis.node_binding_util_isMapIterator?.(...args); export const isNativeError = (...args) => globalThis.node_binding_util_isNativeError?.(...args); export const isPromise = (...args) => globalThis.node_binding_util_isPromise?.(...args); export const isRegExp = (...args) => globalThis.node_binding_util_isRegExp?.(...args); export const isSet = (...args) => globalThis.node_binding_util_isSet?.(...args); export const isSetIterator = (...args) => globalThis.node_binding_util_isSetIterator?.(...args); export const isTypedArray = (...args) => globalThis.node_binding_util_isTypedArray?.(...args); export const isUint8Array = (...args) => globalThis.node_binding_util_isUint8Array?.(...args); export const isAnyArrayBuffer = (...args) => globalThis.node_binding_util_isAnyArrayBuffer?.(...args); const __default_export__ = { privateSymbols, constants, getPromiseDetails, getProxyDetails, getCallerLocation, isArrayBufferDetached, previewEntries, getOwnNonIndexProperties, getConstructorName, getExternalValue, sleep, parseEnv, arrayBufferViewHasBuffer, shouldAbortOnUncaughtToggle, guessHandleType, isArrayBuffer, isArrayBufferView, isAsyncFunction, isDataView, isDate, isExternal, isMap, isMapIterator, isNativeError, isPromise, isRegExp, isSet, isSetIterator, isTypedArray, isUint8Array, isAnyArrayBuffer }; export default __default_export__;