UNPKG

@azure/cosmos

Version:
8 lines 252 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export class DefaultDiagnosticFormatter { format(cosmosDiagnostic) { return JSON.stringify(cosmosDiagnostic); } } //# sourceMappingURL=DiagnosticFormatter.js.map