Type alias __Blob

__Blob: typeof globalThis extends {
        Blob: any;
        onmessage: any;
    }
    ? {}
    : Blob

Generated using TypeDoc