/opt/canhelp/node_modules/@opentelemetry/api/build/esm/baggage/internal
NameSizeModeActions
baggage-impl.d.ts5100644editdlrm
baggage-impl.js10900644editdlrm
baggage-impl.js.map25430644editdlrm
symbol.d.ts1670644editdlrm
symbol.js2600644editdlrm
symbol.js.map4690644editdlrm
Edit: /opt/canhelp/node_modules/@opentelemetry/api/build/esm/baggage/internal/baggage-impl.d.ts (510B)
import type { Baggage, BaggageEntry } from '../types'; export declare class BaggageImpl implements Baggage { private _entries; constructor(entries?: Map); getEntry(key: string): BaggageEntry | undefined; getAllEntries(): [string, BaggageEntry][]; setEntry(key: string, entry: BaggageEntry): BaggageImpl; removeEntry(key: string): BaggageImpl; removeEntries(...keys: string[]): BaggageImpl; clear(): BaggageImpl; } //# sourceMappingURL=baggage-impl.d.ts.map