astro-ghostcms/.pnpm-store/v3/files/22/59e0d261b20938b4ed91b3e6832...

15 lines
235 B
Plaintext

'use strict';
// This is a placeholder for util.js in node.js land.
const {
ObjectCreate,
ObjectFreeze,
} = require('./primordials');
const kEmptyObject = ObjectFreeze(ObjectCreate(null));
module.exports = {
kEmptyObject,
};