Function/node_modules/fetch-blob/index.d.ts
Unknown 46deb1c0ef a
2024-06-04 17:46:01 -07:00

3 lines
102 B
TypeScript

/** @type {typeof globalThis.Blob} */
export const Blob: typeof globalThis.Blob;
export default Blob;