UNPKG

@alloyidentity/web-sdk

Version:

Alloy Web Document SDK

11 lines (10 loc) 413 B
declare global { interface Window { nid: any; nidLoaded: boolean; } } export declare const NEUROID_DOMAIN_KEY = "neuro-id.com"; declare const embedNeuroId: (neuroUserId: string | undefined, siteId: string, production: boolean, neuroIdFunnel: string | undefined) => string | null; export default embedNeuroId; export declare const removeNeuroId: (removeScript?: boolean) => void;