mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-15 09:26:36 +00:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
const aa = require("./dist/search-insights-browser.min.cjs");
|
|
|
|
module.exports = aa.default;
|
|
Object.keys(aa).forEach((key) => {
|
|
if (key !== "default") {
|
|
module.exports[key] = aa[key];
|
|
}
|
|
});
|