Files
2026-01-16 02:20:32 +00:00

7 lines
159 B
TypeScript

/**
* 判断是不是一个 url
* @param {string|undefined} path
* @returns boolean
*/
export declare const isUrl: (path: string | undefined) => boolean;