UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

7 lines 268 B
/** * Returns true if the file exists, false otherwise * @param filepath The path of the file you want to check * @returns boolean */ export declare function fileExists(filepath: string, isCustomerPath?: boolean): boolean; //# sourceMappingURL=file-exists.d.ts.map