UNPKG

rollup

Version:

Next-generation ES module bundler

27 lines (18 loc) 514 B
/* @license Rollup.js v2.27.1 Thu, 17 Sep 2020 06:03:17 GMT - commit 5f556f0401d8064281e642d3a03408c18c948fee 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('fs'); require('path'); require('crypto'); require('events'); exports.VERSION = rollup.version; exports.rollup = rollup.rollup; exports.watch = rollup.watch; //# sourceMappingURL=rollup.js.map