6 lines
201 B
TypeScript
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;
|