/* @license Rollup.js v2.72.1 Sat, 07 May 2022 19:04:43 GMT - commit 8c6e0f319b792ea52fe979888593b6523315ae93 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