mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
8 lines
195 B
JavaScript
8 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];
|
|
}
|
|
});
|