test/node_modules/@vuepress/helper/lib/shared/link.d.ts
2024-08-13 09:27:52 +08:00

6 lines
201 B
TypeScript

export { isLinkExternal, isLinkHttp, isLinkWithProtocol } from 'vuepress/shared';
/**
* Whether a variable is a valid absolute url
*/
export declare const isLinkAbsolute: (test: unknown) => boolean;