UNPKG

@react-native-documents/picker

Version:

A react native interface to access documents from dropbox, google drive, iCloud...

3 lines 234 B
import type { DocumentPickerResponse } from './types'; export declare const safeValidate: (requestedTypes: string[], singlePickResult: Pick<DocumentPickerResponse, "nativeType">) => boolean; //# sourceMappingURL=validateTypes.d.ts.map