UNPKG

@binance/fingerprint

Version:

binance web fingerprint

7 lines (6 loc) 276 B
export declare const setLocalStorage: (key: string, value: string, options?: { ttl?: number; }) => void; export declare const getLocalStorage: (key: string) => any; export declare const setCacheDevice: (value: any) => void; export declare const getCacheDevice: () => any;