Home
last modified time | relevance | path

Searched defs:createFingerprintAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/fingerprint/build/
H A DFingerprint.d.ts5 export declare function createFingerprintAsync(projectRoot: string, options?: Options): Promise<Fin… function
H A DFingerprint.js12 async function createFingerprintAsync(projectRoot, options) { function
/expo/packages/@expo/fingerprint/src/
H A DFingerprint.ts11 export async function createFingerprintAsync( function