UNPKG

vike

Version:

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

8 lines (7 loc) 297 B
import '../assertEnvClient.js'; export { isLinkSkipped }; export { isLinkIgnored }; export { isHrefCurrentUrl }; declare function isLinkSkipped(linkTag: HTMLElement): boolean; declare function isLinkIgnored(linkTag: HTMLElement): boolean; declare function isHrefCurrentUrl(href: string): boolean;