UNPKG

image-url-validator

Version:
2 lines 92 B
declare function isImageURL(image_url: string): Promise<boolean>; export default isImageURL;