UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

8 lines (7 loc) 168 B
export const getUrlLink = (url) => { const link = new URL(url); return { link: link.origin + link.pathname, hash: link.hash.slice(1), }; };