humanbehavior-js
Version:
SDK for HumanBehavior session and event recording
8 lines • 460 B
TypeScript
/**
* Main entry point for the HumanBehavior SDK
*/
import { HumanBehaviorTracker, identifyUserGlobally, sendEventGlobally, isGlobalTrackerAvailable } from '@humanbehavior/core';
export * from '@humanbehavior/core';
export { HumanBehaviorTracker, identifyUserGlobally, sendEventGlobally, isGlobalTrackerAvailable };
export declare const init: (apiKey: string, ingestionUrl?: string, options?: any) => HumanBehaviorTracker;
//# sourceMappingURL=index.d.ts.map