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

15 lines
235 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'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,
};