UNPKG

shatter_monitor

Version:
4 lines 159 B
export function getLocationHref(): string { if (typeof document === 'undefined' || document.location == null) return '' return document.location.href }