Skip to content

Commit

Permalink
fix(core): 🚨 align asterisks for jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Jul 28, 2023
1 parent 4f7ba02 commit 811b3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { IGenericObject, IUrlBase } from '../defs';
export const getHref = () => window.location.href;

/**
* Get absolute href from URL.
*/
* Get absolute href from URL.
*/
export const getAbsoluteHref = (url: string, base: string = document.baseURI): string => new URL(url, base).href;

/**
Expand Down

0 comments on commit 811b3ab

Please sign in to comment.