UNPKG

@backtrace/sdk-core

Version:
8 lines (7 loc) 280 B
import { BacktraceAttachment } from './BacktraceAttachment.js'; export declare class BacktraceUint8ArrayAttachment implements BacktraceAttachment<Blob> { readonly name: string; readonly data: Uint8Array; constructor(name: string, data: Uint8Array); get(): Blob; }