isBlob.d.ts 62 B

1234
  1. declare function isBlob(val: any): boolean;
  2. export = isBlob;