mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-06 19:15:12 +02:00
9 lines
195 B
JavaScript
9 lines
195 B
JavaScript
const aa = require("./dist/search-insights-node.cjs.min.js");
|
|
|
|
module.exports = aa.default;
|
|
Object.keys(aa).forEach(key => {
|
|
if (key !== "default") {
|
|
module.exports[key] = aa[key];
|
|
}
|
|
});
|