Files
Basalt2/node_modules/search-insights/lib/entry-node-cjs.ts
Robert Jelic 5c15cf28fa Test
2025-02-10 07:12:35 +01:00

16 lines
473 B
TypeScript

import { createInsightsClient } from "./_createInsightsClient";
import { getFunctionalInterface } from "./_getFunctionalInterface";
import { processQueue } from "./_processQueue";
import AlgoliaAnalytics from "./insights";
import { getRequesterForNode } from "./utils/getRequesterForNode";
export {
getRequesterForNode,
AlgoliaAnalytics,
getFunctionalInterface,
processQueue
};
export * from "./types";
export default createInsightsClient(getRequesterForNode());