astro-ghostcms/.pnpm-store/v3/files/75/d31ac714018042f07207092da00...

10 lines
218 B
Plaintext

'use strict';
const colors = require('@unocss/preset-mini/colors');
Object.keys(colors).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = colors[k];
});