@binance/fingerprint
Version:
binance web fingerprint
12 lines (11 loc) • 688 B
TypeScript
export { saveCurrentDeviceId } from './device';
export { default as getFpInfo } from './fingerprint';
export declare const getInfo: (id?: string | undefined) => string;
export declare const getInfoPromise: (id?: string | undefined) => Promise<string>;
export declare const setUserEmail: (data: string) => void;
export declare const getUserEmail: () => string;
export declare const saveCurrentDeviceIdNew: (email: string, deviceId?: string | undefined) => void;
export declare const getInfoNew: (email?: string | undefined) => string;
export declare const getFpInfoPromise: (email?: string | undefined) => Promise<string>;
export declare const getFPInfo: () => {};
export default getInfo;