UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

5 lines 290 B
export declare function pathToFileURLString(filepath: string): string; export declare function pathToFileURL(filepath: string): URL; export declare function fileURLToPath(path: string | URL): string; export declare function isFileUrl(url: string): boolean; //# sourceMappingURL=url.d.ts.map