mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 21:59:29 +08:00
11 lines
236 B
Text
11 lines
236 B
Text
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const utils = require('@unocss/preset-mini/utils');
|
|
|
|
|
|
|
|
for (const k in utils) {
|
|
if (k !== 'default' && !exports.hasOwnProperty(k)) exports[k] = utils[k];
|
|
}
|