nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
22 lines (20 loc) • 391 B
JavaScript
// Auto generated from Node.js v22.7.0 runtime
const __default_export__ = {
"encodingsMap": {
"ascii": 0,
"utf8": 1,
"base64": 2,
"utf16le": 3,
"latin1": 4,
"hex": 5,
"buffer": 6,
"base64url": 7
},
"isMacOS": false,
"isWindows": false,
"kEmptyObject": {},
"kEnumerableProperty": {
"enumerable": true
}
};
export default __default_export__;