isUrl.d.ts 63 B

123
  1. declare function isUrl(val: string): boolean;
  2. export = isUrl;