@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
5 lines • 379 B
TypeScript
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