UNPKG

@ant-design/pro-utils

Version:
4 lines 126 B
/** 判断是否是图片链接 */ export function isImg(path) { return /\w.(png|jpg|jpeg|svg|webp|gif|bmp)$/i.test(path); }