UNPKG

rollup

Version:

Next-generation ES module bundler

27 lines (18 loc) 514 B
/* @license Rollup.js v2.23.0 Thu, 23 Jul 2020 18:52:34 GMT - commit 966838a6f9745d5e93f9889108fd19fbf2a7c429 https://github.com/rollup/rollup Released under the MIT License. */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var rollup = require('./shared/rollup.js'); require('path'); require('crypto'); require('fs'); require('events'); exports.VERSION = rollup.version; exports.rollup = rollup.rollup; exports.watch = rollup.watch; //# sourceMappingURL=rollup.js.map