UNPKG

@gluestack-v2/framework-cli

Version:

Gluestack V2 Framework CLI

4 lines (3 loc) 153 B
declare const fileExists: (path: string) => Promise<boolean>; export default fileExists; export declare const fileExistsSync: (path: string) => boolean;