/* @license Rollup.js v2.52.3 Fri, 25 Jun 2021 13:12:43 GMT - commit 9c436a7c7c368f2ff840735a30119899513ff4bd 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