UNPKG

558 BJavaScriptView Raw
1/*
2 @license
3 Rollup.js v2.55.1
4 Thu, 29 Jul 2021 15:46:34 GMT - commit 97759be7eacc11c4f7e4fdb9fada077279b363f3
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.defineConfig = rollup.defineConfig;
25exports.rollup = rollup.rollup;
26exports.watch = rollup.watch;
27//# sourceMappingURL=rollup.js.map