Skip to content

Commit

Permalink
Mark baseUrl() as internal.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocwang authored Apr 14, 2024
1 parent 3e5704b commit 4dbd796
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/platform/src/Http/UrlParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 210,7 @@ export const makeUrl = <E>(url: string, params: UrlParams, onError: (e: unknown)
/**
* Get the base URL out of `globalThis.location`.
*
* @since 1.0.0
* @category utils
* @internal
*/
export const baseUrl = (): string | undefined => {
// Need to check both "in" and "undefined" for location to support Deno.
Expand Down

0 comments on commit 4dbd796

Please sign in to comment.