Constnium/node_modules/fetch-blob/index.d.ts
2022-06-23 02:03:24 +02:00

3 lines
102 B
TypeScript

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