UNPKG

brocode-ev

Version:

Fork of broprint package to obfuscate fingerprint retrieving function

7 lines (6 loc) 155 B
/** * This functions working * @Param {null} * @return {Promise<string>} - resolve(string) */ export declare const getDeviceId: () => Promise<string>;