UNPKG

@expo/config-plugins

Version:

A library for Expo config plugins

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;