FLUJOS/BACK_BACK/node_modules/fetch-blob/index.d.ts
2025-11-07 00:06:12 +01:00

3 lines
102 B
TypeScript
Executable file

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