UNPKG

457 BTypeScriptView Raw
1import { Config } from "./types";
2declare function isAscending(a: string, b: string): 1 | -1 | 0;
3declare function majorVersionsCheck(expectedV: string, inputV?: string): void;
4declare function isMatchWholeWord(stringToSearch: string, word: string): boolean;
5declare function getCurrentUrl({ url, branch: branchName }: Config): Promise<string>;
6export { getCurrentUrl, majorVersionsCheck, isAscending, isMatchWholeWord };
7//# sourceMappingURL=utils.d.ts.map
\No newline at end of file