expo-file-system
Version:
Provides access to the local file system on the device.
9 lines (8 loc) • 331 B
text/typescript
/**
* @hidden
* Compatibility barrel for older deep imports. New source files should import
* public types from `FileSystem.types` or the relevant domain type file, and
* native-only declarations from `internal/NativeFileSystem.types`.
*/
export * from './FileSystem.types';
export * from './internal/NativeFileSystem.types';