UNPKG

statsig-js

Version:

Statsig JavaScript client SDK for single user environments.

8 lines (7 loc) 600 B
export declare const OVERRIDES_STORE_KEY = "STATSIG_LOCAL_STORAGE_INTERNAL_STORE_OVERRIDES_V3"; export declare const STICKY_DEVICE_EXPERIMENTS_KEY = "STATSIG_LOCAL_STORAGE_STICKY_DEVICE_EXPERIMENTS"; export declare const INTERNAL_STORE_KEY = "STATSIG_LOCAL_STORAGE_INTERNAL_STORE_V4"; export declare const STATSIG_STABLE_ID_KEY = "STATSIG_LOCAL_STORAGE_STABLE_ID"; export declare const STATSIG_LOCAL_STORAGE_LOGGING_REQUEST_KEY = "STATSIG_LOCAL_STORAGE_LOGGING_REQUEST"; export declare const LOCAL_STORAGE_KEYS: Record<string, boolean>; export declare const STORAGE_PREFIX = "STATSIG_LOCAL_STORAGE";