UNPKG

109 BJavaScriptView Raw
1// @flow
2export const formatApiPath = (apiPath: string): string =>
3 `/${apiPath}/`.replace(/\/{2,}/g, '/');