blob: 89af094994206d3a9ddb6ca03bc7d8b1469f05c7 [file] [log] [blame] [edit]
/*
@license
Rollup.js v2.55.0
Wed, 28 Jul 2021 05:11:06 GMT - commit e88c5c885790305d348c52faf30db835475323a5
https://github.com/rollup/rollup
Released under the MIT License.
*/
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var rollup = require('./shared/rollup.js');
require('path');
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