UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

14 lines (11 loc) 260 B
export * from './FileSystem'; export { type FileCreateOptions, type DirectoryCreateOptions, type FileHandle, type FileInfo, type InfoOptions, type PathInfo, type DirectoryInfo, } from './ExpoFileSystem.types'; export * from './legacyWarnings';