Warp/node_modules/search-insights/dist/entry-umd.d.ts

6 lines
254 B
TypeScript
Raw Normal View History

2024-01-05 12:14:38 +00:00
import AlgoliaAnalytics from "./insights";
import type { RequestFnType } from "./utils/request";
export declare function createInsightsClient(requestFn: RequestFnType): AlgoliaAnalytics;
declare const _default: AlgoliaAnalytics;
export default _default;