Warp/node_modules/search-insights/dist/entry-node-cjs.d.ts

9 lines
422 B
TypeScript
Raw Normal View History

2024-01-05 12:14:38 +00:00
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;