Files

9 lines
197 B
JavaScript
Raw Permalink Normal View History

2025-07-26 16:40:29 +08:00
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];
}
});