@types/zipkin-javascript-opentracing
TypeScript icon, indicating that this package has built-in type declarations

1.6.2 • Public • Published

Installation

npm install --save @types/zipkin-javascript-opentracing

Summary

This package contains type definitions for zipkin-javascript-opentracing (https://github.com/DanielMSchmidt/zipkin-javascript-opentracing).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zipkin-javascript-opentracing.

index.d.ts

export = zipkin_javascript_opentracing;

declare class zipkin_javascript_opentracing {
    constructor(...args: any[]);

    extract(format: any, carrier: any): any;

    inject(span: any, format: any, carrier: any): void;

    startSpan(name: any, ...args: any[]): any;

    static FORMAT_BINARY: string;

    static FORMAT_HTTP_HEADERS: string;

    static FORMAT_TEXT_MAP: string;

    static makeOptional(val: any): any;
}

declare namespace zipkin_javascript_opentracing {
    namespace makeOptionalNamespace {
        const prototype: {};
    }

    namespace prototypeNamespace {
        function extract(format: any, carrier: any): any;

        function inject(span: any, format: any, carrier: any): void;

        function startSpan(name: any, ...args: any[]): any;

        namespace extract {
            const prototype: {};
        }

        namespace inject {
            const prototype: {};
        }

        namespace startSpan {
            const prototype: {};
        }
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Laurent Gilly.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/zipkin-javascript-opentracing

Weekly Downloads

502

Version

1.6.2

License

MIT

Unpacked Size

4.74 kB

Total Files

5

Last publish

Collaborators

  • types