isValidUrl.d.ts 62 B

1
  1. export declare function isValidUrl(string: string): boolean;