Home
last modified time | relevance | path

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

/expo/packages/expo-document-picker/src/
H A DExpoDocumentPicker.web.ts56 function readFileAsync(targetFile: File): Promise<DocumentPickerAsset> { function
/expo/packages/expo-document-picker/build/
H A DExpoDocumentPicker.web.js45 function readFileAsync(targetFile) { function
/expo/tools/src/
H A DGit.ts435 async readFileAsync(ref: string, path: string): Promise<string> { method in GitDirectory