2021-01-04 18:02:13 +08:00

16 lines
321 B
JavaScript

/*
@license
Rollup.js v2.35.1
Mon, 14 Dec 2020 14:00:58 GMT - commit 1378cae13b33838de9c8ba9ef9152354f6eed27b
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';