mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
export declare enum TraceFlags {
|
|
/** Represents no flag set. */
|
|
NONE = 0,
|
|
/** Bit to represent whether trace is sampled in trace flags. */
|
|
SAMPLED = 1
|
|
}
|
|
//# sourceMappingURL=trace_flags.d.ts.map
|