UNPKG

@wener/console

Version:
7 lines (5 loc) 182 B
import { buildBaseUrl } from '@wener/common/utils'; import { getBaseUrl } from './getBaseUrl'; export function withBaseUrl(api: string) { return buildBaseUrl(api, getBaseUrl()); }