mirror of
https://github.com/imezx/Warp.git
synced 2025-11-18 17:22:52 +00:00
6 lines
254 B
TypeScript
6 lines
254 B
TypeScript
|
|
import AlgoliaAnalytics from "./insights";
|
||
|
|
import type { RequestFnType } from "./utils/request";
|
||
|
|
export declare function createInsightsClient(requestFn: RequestFnType): AlgoliaAnalytics;
|
||
|
|
declare const _default: AlgoliaAnalytics;
|
||
|
|
export default _default;
|