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

4 lines
189 B
TypeScript

import type { InsightsClient } from "./types";
import type { RequestFnType } from "./utils/request";
export declare function createInsightsClient(requestFn: RequestFnType): InsightsClient;