UNPKG

@alloyidentity/web-sdk

Version:

Alloy Web Document SDK

12 lines (11 loc) 293 B
declare global { interface Window { IGLOO: any; } function ioGetBlackbox(): { blackbox?: string; } | null | undefined; } declare const _default: (accessToken: string) => Promise<string>; export default _default; export declare const removeIovation: () => void;