mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
|
export function ensureTrailingSlash(url: string): string {
|
||
|
return url.replace(/\/?$/, '/');
|
||
|
}
|