Files
antigravity-claude-proxy/node_modules/fetch-blob/index.d.ts
Badri Narayanan S 52d72b7bff initial commit
2025-12-18 00:06:00 +05:30

4 lines
102 B
TypeScript

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