UNPKG

ajsfw

Version:
33 lines (32 loc) 2.05 kB
export declare const LOG_AJSRESSTORP: string; export declare const LOG_INITIALIZING_LOCAL_STORAGE: string; export declare const LOG_CLEARING_LOCAL_STORAGE: string; export declare const LOG_SETTING_LOCAL_STORAGE_ITEM: string; export declare const LOG_GETTING_LOCAL_STORAGE_ITEM: string; export declare const LOG_GETTING_LOCAL_STORAGE_ITEM_INDEX: string; export declare const LOG_REMOVING_LOCAL_STORAGE_ITEM: string; export declare const LOG_INITIALIZING_SESSION_STORAGE: string; export declare const LOG_CLEARING_SESSION_STORAGE: string; export declare const LOG_SETTING_SESSION_STORAGE_ITEM: string; export declare const LOG_GETTING_SESSION_STORAGE_ITEM: string; export declare const LOG_GETTING_SESSION_STORAGE_ITEM_INDEX: string; export declare const LOG_REMOVING_SESSION_STORAGE_ITEM: string; export declare const LOG_INITIALIZING_INDEXEDDB_STORAGE: string; export declare const LOG_CLEARING_INDEXEDDB_STORAGE: string; export declare const LOG_SETTING_INDEXEDDB_STORAGE_ITEM: string; export declare const LOG_GETTING_INDEXEDDB_STORAGE_ITEM: string; export declare const LOG_GETTING_INDEXEDDB_STORAGE_ITEM_INDEX: string; export declare const LOG_REMOVING_INDEXEDDB_STORAGE_ITEM: string; export declare const LOG_GETTING_INDEXEDDB_STORAGE: string; export declare const LOG_FAILED_TO_CLEAR_INDEXED_DB_STORAGE: string; export declare const LOG_FAILED_TO_SET_INDEXED_DB_ITEM: string; export declare const LOG_FAILED_TO_GET_INDEXED_DB_ITEM: string; export declare const LOG_FAILED_TO_REMOVE_INDEXED_DB_ITEM: string; export declare const LOG_FAILED_TO_COUNT_INDEXED_DB_ITEMS: string; export declare const LOG_COUNTING_INDEXEDDB_ITEMS: string; export declare const LOG_INITIALIZING_MEMORY_STORAGE: string; export declare const LOG_CLEARING_MEMORY_STORAGE: string; export declare const LOG_SETTING_MEMORY_STORAGE_ITEM: string; export declare const LOG_GETTING_MEMORY_STORAGE_ITEM: string; export declare const LOG_GETTING_MEMORY_STORAGE_ITEM_INDEX: string; export declare const LOG_REMOVING_MEMORY_STORAGE_ITEM: string;