astro-ghostcms/.pnpm-store/v3/files/b8/c47cfed40599fd251633ef50a96...

13 lines
314 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
'use strict';
const theme = require('@unocss/preset-mini/theme');
Object.keys(theme).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) k === '__proto__' ? Object.defineProperty(exports, k, {
enumerable: true,
value: theme[k]
}) : exports[k] = theme[k];
});