UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

3 lines 212 B
import { isLinkExternal, isLinkWithProtocol } from "@vuepress/helper/client"; export const isLinkInternal = (link) => !isLinkWithProtocol(link) && !isLinkExternal(link); //# sourceMappingURL=isLinkInternal.js.map