mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 13:08:27 +02:00
Next release of setup-bun
This commit is contained in:
parent
ed9eb0969c
commit
9c14b74b45
1082 changed files with 242557 additions and 173810 deletions
6
node_modules/@opentelemetry/api/build/esm/baggage/context-helpers.d.ts
generated
vendored
6
node_modules/@opentelemetry/api/build/esm/baggage/context-helpers.d.ts
generated
vendored
|
@ -7,6 +7,12 @@ import { Baggage } from './types';
|
|||
* @returns {Baggage} Extracted baggage from the context
|
||||
*/
|
||||
export declare function getBaggage(context: Context): Baggage | undefined;
|
||||
/**
|
||||
* Retrieve the current baggage from the active/current context
|
||||
*
|
||||
* @returns {Baggage} Extracted baggage from the context
|
||||
*/
|
||||
export declare function getActiveBaggage(): Baggage | undefined;
|
||||
/**
|
||||
* Store a baggage in the given context
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue