Add dependency on @actions/cache
This commit is contained in:
parent
9990b406c2
commit
38c2c091e8
1693 changed files with 204435 additions and 23 deletions
15
node_modules/@opentelemetry/api/build/esm/baggage/utils.d.ts
generated
vendored
Normal file
15
node_modules/@opentelemetry/api/build/esm/baggage/utils.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { Baggage, BaggageEntry, BaggageEntryMetadata } from './types';
|
||||
/**
|
||||
* Create a new Baggage with optional entries
|
||||
*
|
||||
* @param entries An array of baggage entries the new baggage should contain
|
||||
*/
|
||||
export declare function createBaggage(entries?: Record<string, BaggageEntry>): Baggage;
|
||||
/**
|
||||
* Create a serializable BaggageEntryMetadata object from a string.
|
||||
*
|
||||
* @param str string metadata. Format is currently not defined by the spec and has no special meaning.
|
||||
*
|
||||
*/
|
||||
export declare function baggageEntryMetadataFromString(str: string): BaggageEntryMetadata;
|
||||
//# sourceMappingURL=utils.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue