nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
13 lines (7 loc) • 704 B
JavaScript
// Auto generated from Node.js v22.7.0 runtime
export const readPackageJSON = (...args) => globalThis.node_binding_modules_readPackageJSON?.(...args);
export const getNearestParentPackageJSONType = (...args) => globalThis.node_binding_modules_getNearestParentPackageJSONType?.(...args);
export const getNearestParentPackageJSON = (...args) => globalThis.node_binding_modules_getNearestParentPackageJSON?.(...args);
export const getPackageScopeConfig = (...args) => globalThis.node_binding_modules_getPackageScopeConfig?.(...args);
const __default_export__ = { readPackageJSON, getNearestParentPackageJSONType, getNearestParentPackageJSON, getPackageScopeConfig };
export default __default_export__;