/* @license Rollup.js v2.26.10 Fri, 04 Sep 2020 05:15:54 GMT - commit fe0bdd6702056ef9c6c2f842af378cbc809dd113 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('fs'); require('path'); require('crypto'); require('events'); exports.VERSION = rollup.version; exports.rollup = rollup.rollup; exports.watch = rollup.watch; //# sourceMappingURL=rollup.js.map