UNPKG

514 BJavaScriptView Raw
1/*
2 @license
3 Rollup.js v2.21.0
4 Tue, 07 Jul 2020 19:25:24 GMT - commit b1aaedc37f1bf83ed410f4b5c4ea950b12b14e7a
5
6
7 https://github.com/rollup/rollup
8
9 Released under the MIT License.
10*/
11'use strict';
12
13Object.defineProperty(exports, '__esModule', { value: true });
14
15var rollup = require('./shared/rollup.js');
16require('path');
17require('crypto');
18require('fs');
19require('events');
20
21
22
23exports.VERSION = rollup.version;
24exports.rollup = rollup.rollup;
25exports.watch = rollup.watch;
26//# sourceMappingURL=rollup.js.map