UNPKG

@vtex/api

Version:
9 lines (8 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserlandTags = exports.OpentracingTags = void 0; const opentracing_1 = require("opentracing"); Object.defineProperty(exports, "OpentracingTags", { enumerable: true, get: function () { return opentracing_1.Tags; } }); exports.UserlandTags = { ...opentracing_1.Tags, };