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

3 lines
89 B
TypeScript

/** 判断是否是图片链接 */
export declare function isImg(path: string): boolean;