UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

5 lines (4 loc) 170 B
export { skipLink }; export { isSameAsCurrentUrl }; declare function skipLink(linkTag: HTMLElement): boolean; declare function isSameAsCurrentUrl(href: string): boolean;