mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +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];
|
|
}
|
|
});
|