MCPcopy 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
42export const unifyUrlFormat = (url: string) => (url.endsWith('/') ? url.slice(0, -1) : url);
43
44// Taken from https://github.com/sindresorhus/is-docker
45

Callers 2

getNpmRegistryUrlFunction · 0.90
buildDockerImagesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected