astro-ghostcms/.pnpm-store/v3/files/2e/4ac4ba619be286b5172e57bb9cf...

17 lines
561 B
Plaintext

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const presetAttributify = require('@unocss/preset-attributify');
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
const presetAttributify__default = /*#__PURE__*/_interopDefaultCompat(presetAttributify);
exports.default = presetAttributify__default;
Object.keys(presetAttributify).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = presetAttributify[k];
});