UNPKG

@honeypot-run/core

Version:

Patented threat analytics and fingerprinting library. Requires a honeypot.run account

4 lines (3 loc) 258 B
export { honeypot } from './Honeypot'; export { AmplitudePluginConfig, HoneypotConfig, ClientData, IHoneypot, IHoneypotLite, StepData, StepState, StepEventListeners, StateChangeCallback } from './types'; export { HoneypotBase } from './models/HoneypotBase';