mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:37:04 +00:00
13 lines
373 B
JavaScript
13 lines
373 B
JavaScript
|
var _useExportServer = require("./lib/server");
|
||
|
|
||
|
Object.keys(_useExportServer).forEach(function (key) {
|
||
|
if (key === "default" || key === "__esModule") return;
|
||
|
if (key in exports && exports[key] === _useExportServer[key]) return;
|
||
|
Object.defineProperty(exports, key, {
|
||
|
enumerable: true,
|
||
|
get: function get() {
|
||
|
return _useExportServer[key];
|
||
|
}
|
||
|
});
|
||
|
});
|