@kameleoon/javascript-sdk-core
Version:
Kameleoon JS SDK Core
10 lines (9 loc) • 414 B
TypeScript
export declare const HEX_CHARACTERS = "0123456789ABCDEF";
export declare const NONCE_LENGTH = 16;
export declare const HTTP = "http://";
export declare const HTTPS = "https://";
export declare const LOCALHOST = "localhost";
export declare const REGEX_DOMAIN: RegExp;
export declare const HIDDEN_SECRET_CHAR = "*";
export declare const SECRET_VISIBLE_LENGTH = 4;
export declare const VISITOR_VISIT_MAX_LENGTH = 26;