mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-11 20:04:55 +02:00
9 lines
431 B
TypeScript
9 lines
431 B
TypeScript
import { getFunctionalInterface } from "./_getFunctionalInterface";
|
|
import { processQueue } from "./_processQueue";
|
|
import AlgoliaAnalytics from "./insights";
|
|
import { getRequesterForBrowser } from "./utils/getRequesterForBrowser";
|
|
export { getRequesterForBrowser, AlgoliaAnalytics, getFunctionalInterface, processQueue };
|
|
export * from "./types";
|
|
declare const _default: import("./types").InsightsClient;
|
|
export default _default;
|