UNPKG

@backtrace/sdk-core

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