index.d.ts 102 Bytes Raw Blame History Permalink 1 2 3 /** @type {typeof globalThis.Blob} */ export const Blob: typeof globalThis.Blob; export default Blob;