Files
Basalt2/node_modules/search-insights/dist/entry-node-cjs.d.ts
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

9 lines
422 B
TypeScript

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";
declare const _default: import("./types").InsightsClient;
export default _default;