expo-file-system
Version:
Provides access to the local file system on the device.
10 lines • 313 B
TypeScript
/**
* @hidden
* Temporary compatibility barrel for older internal imports.
* Prefer importing public classes from the package root or their domain modules.
*/
export * from './Paths';
export * from './File';
export * from './Directory';
export * from './NetworkTasks';
//# sourceMappingURL=FileSystem.d.ts.map