UNPKG

346 BTypeScriptView Raw
1import { SpanAttributeValue, SpanAttributes } from '@opentelemetry/api';
2export declare function sanitizeAttributes(attributes: unknown): SpanAttributes;
3export declare function isAttributeKey(key: unknown): key is string;
4export declare function isAttributeValue(val: unknown): val is SpanAttributeValue;
5//# sourceMappingURL=attributes.d.ts.map
\No newline at end of file