UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

11 lines 322 B
declare class ExpoGoFileSystemNextStub { static readonly FileSystemDirectory: { new (): {}; }; static readonly FileSystemFile: { new (): {}; }; static downloadFileAsync(): Promise<string>; } export default ExpoGoFileSystemNextStub; //# sourceMappingURL=ExpoGoFileSystemNextStub.d.ts.map