MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:794–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob)
793 */
794declare class Blob {
795 constructor(type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[], options?: BlobOptions);
796 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */
797 get size(): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected