mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-14 22:20:46 +00:00
feat: add @actions/cache
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { Tracer } from './tracer';
|
||||
import { TracerOptions } from './tracer_options';
|
||||
import { TracerProvider } from './tracer_provider';
|
||||
/**
|
||||
* An implementation of the {@link TracerProvider} which returns an impotent
|
||||
* Tracer for all calls to `getTracer`.
|
||||
*
|
||||
* All operations are no-op.
|
||||
*/
|
||||
export declare class NoopTracerProvider implements TracerProvider {
|
||||
getTracer(_name?: string, _version?: string, _options?: TracerOptions): Tracer;
|
||||
}
|
||||
//# sourceMappingURL=NoopTracerProvider.d.ts.map
|
||||
Reference in New Issue
Block a user