UNPKG

298 BJavaScriptView Raw
1import ExpoDocumentPicker from './ExpoDocumentPicker';
2export async function getDocumentAsync({ type = '*/*', copyToCacheDirectory = true, multiple = false, } = {}) {
3 return await ExpoDocumentPicker.getDocumentAsync({ type, copyToCacheDirectory, multiple });
4}
5//# sourceMappingURL=index.js.map
\No newline at end of file