mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 19:46:11 +08:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
/**
|
|
* Symbol used to make BaggageEntryMetadata an opaque type
|
|
*/
|
|
export declare const baggageEntryMetadataSymbol: unique symbol;
|
|
//# sourceMappingURL=symbol.d.ts.map
|