Home
last modified time | relevance | path

Searched refs:FileSystemAcceptedUploadHttpMethod (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.types.d.ts83 httpMethod?: FileSystemAcceptedUploadHttpMethod;
224 export type FileSystemAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH'; alias
H A DFileSystem.types.js.map1FileSystemAcceptedUploadHttpMethod.POST\n */\n httpMethod?: FileSystemAcceptedUploadHttpMethod;…
H A DFileSystem.js.map1FileSystemAcceptedUploadHttpMethod,\n FileSystemDownloadResult,\n FileSystemRequestDirectoryPerm…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts91 httpMethod?: FileSystemAcceptedUploadHttpMethod;
249 export type FileSystemAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH'; alias
H A DFileSystem.ts12 FileSystemAcceptedUploadHttpMethod,
418 'POST') as FileSystemAcceptedUploadHttpMethod;