Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/api3dao/airnode
/ unifyUrlFormat
Function
unifyUrlFormat
docker/scripts/utils.ts:42–42 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
40
};
41
42
export
const
unifyUrlFormat = (url: string) => (url.endsWith(
'/'
) ? url.slice(0, -1) : url);
43
44
// Taken from https://github.com/sindresorhus/is-docker
45
Callers
2
getNpmRegistryUrl
Function · 0.90
buildDockerImages
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected