UNPKG

react-native-flip

Version:
4 lines (3 loc) 210 B
export declare function fileExistsAsync(file: string): Promise<boolean>; export declare function directoryExistsAsync(file: string): Promise<boolean>; export declare function fileExists(file: string): boolean;