mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 07:40:14 +02:00
feat: add @actions/cache
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user