isDataUrl.d.ts 71 B

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