UNPKG

humanbehavior-js

Version:

SDK for HumanBehavior session and event recording

13 lines 487 B
/** * Core HumanBehavior SDK functionality */ export { HumanBehaviorTracker } from './tracker'; export { HumanBehaviorAPI } from './api'; export { RedactionManager } from './redact'; export type { RedactionOptions } from './redact'; export * from './utils/logger'; export * from './utils/property-manager'; export * from './utils/property-detector'; export * from './utils/global-tracker'; export type { Properties } from './utils/property-manager'; //# sourceMappingURL=index.d.ts.map