mirror of
https://github.com/yangcht/obsidian-things-toolkit.git
synced 2026-07-22 07:45:44 +00:00
26 lines
514 B
JavaScript
26 lines
514 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.41.2
|
|
Fri, 12 Mar 2021 14:33:53 GMT - commit 770da18c5231edadc6764954488d086567857086
|
|
|
|
|
|
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
|