UNPKG

@azure/static-web-apps-cli

Version:
5 lines 379 B
export declare function safeReadJson(path: string): Promise<JsonData | undefined>; export declare function safeReadFile(path?: string): Promise<string | undefined>; export declare function pathExists(path: string): Promise<boolean>; export declare function findUpPackageJsonDir(rootPath: string, startPath: string): Promise<string | undefined>; //# sourceMappingURL=file.d.ts.map