UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

10 lines (9 loc) 490 B
export declare const LS_TOKEN_KEY = "chat1231231_access_token"; export declare const LS_RSA_PRIVATE = "chat_rsa_private"; export declare const LS_RSA_PUBLIC = "chat_rsa_public"; export declare const LS_EAS_IV = "chat_eas_iv"; export declare const LS_EAS_KEYS = "chat_eas_keys"; export declare const LS_CHAT_ACTIVE = "chat_active_id"; export declare const LS_LOCALE = "chat_locale"; export declare const LS_OPPONENT_ID = "chat_opponent_id"; export declare const LS_USER_ID = "chat_user_id";