| /* | |
| @license | |
| Rollup.js v2.38.5 | |
| Fri, 05 Feb 2021 06:07:59 GMT - commit 574050be1f3a7197945b8adb2624a10f496af693 | |
| 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.rollup = rollup.rollup; | |
| exports.watch = rollup.watch; | |
| //# sourceMappingURL=rollup.js.map |