isDataUrl.d.ts 71 B

123
  1. declare function isDataUrl(str: string): boolean;
  2. export = isDataUrl;