extractUrls.d.ts 76 B

123
  1. declare function extractUrls(str: string): string[];
  2. export = extractUrls;