UNPKG

514 BJavaScriptView Raw
1/*
2 @license
3 Rollup.js v2.33.1
4 Mon, 02 Nov 2020 06:50:50 GMT - commit d861c91c068bc4e64d84db3b84232d3fb7f1d073
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('fs');
17require('path');
18require('crypto');
19require('events');
20
21
22
23exports.VERSION = rollup.version;
24exports.rollup = rollup.rollup;
25exports.watch = rollup.watch;
26//# sourceMappingURL=rollup.js.map