mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-26 20:45:38 +08:00
29 lines
649 B
JavaScript
29 lines
649 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.73.0
|
|
Fri, 13 May 2022 15:50:44 GMT - commit 931a19940f58c745e9da9eae5585b551f356b2ed
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
'use strict';
|
|
|
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
|
|
const rollup = require('./shared/rollup.js');
|
|
require('path');
|
|
require('process');
|
|
require('perf_hooks');
|
|
require('crypto');
|
|
require('fs');
|
|
require('events');
|
|
|
|
|
|
|
|
exports.VERSION = rollup.version;
|
|
exports.defineConfig = rollup.defineConfig;
|
|
exports.rollup = rollup.rollup;
|
|
exports.watch = rollup.watch;
|
|
//# sourceMappingURL=rollup.js.map
|