nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
9 lines (5 loc) • 298 B
JavaScript
// Auto generated from Node.js v22.7.0 runtime
export const Storage = (...args) => globalThis.node_binding_webstorage_Storage?.(...args);
export const kConstructorKey = Symbol('constructor_key_symbol');
const __default_export__ = { Storage, kConstructorKey };
export default __default_export__;