wrangler-action/dist/utils.d.ts
Maximo Guk 1eddb4871d
test
2024-11-01 13:11:11 -05:00

5 lines
293 B
TypeScript

/**
* A helper function to compare two semver versions. If the second arg is greater than the first arg, it returns true.
*/
export declare function semverCompare(version1: string, version2: string): boolean;
export declare function checkWorkingDirectory(workingDirectory?: string): string;