3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
import { Span } from '@opentelemetry/api';
|
|
export declare function addSqlCommenterComment(span: Span, query: string): string;
|
|
//# sourceMappingURL=index.d.ts.map
|