mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 04:58:25 +02:00
feat: add @actions/cache
This commit is contained in:
parent
b15fb7d098
commit
16e8c96a41
1932 changed files with 261172 additions and 10 deletions
13
node_modules/@opentelemetry/api/build/esm/trace/NoopTracerProvider.d.ts
generated
vendored
Normal file
13
node_modules/@opentelemetry/api/build/esm/trace/NoopTracerProvider.d.ts
generated
vendored
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue