rollup
Version:
Next-generation ES module bundler
16 lines (12 loc) • 320 B
JavaScript
/*
@license
Rollup.js v2.7.4
Wed, 29 Apr 2020 18:52:21 GMT - commit 7cf6f9890f294d3b97cbb2d713e673ce220e6b1a
https://github.com/rollup/rollup
Released under the MIT License.
*/
export { version as VERSION, rollup, watch } from './shared/rollup.js';
import 'path';
import 'crypto';
import 'fs';
import 'events';