@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
18 lines • 412 B
TypeScript
import { TimeSpan } from "./timeSpan.js";
/**
* @hidden
*/
export declare function parseDelimitedString(delimitedString: string): {
[key: string]: any;
};
/**
* @hidden
*/
export declare function timeSpanFromMetrics(metrics: {
[key: string]: any;
}, key: string): TimeSpan;
/**
* @hidden
*/
export declare function isNumeric(input: unknown): boolean;
//# sourceMappingURL=queryMetricsUtils.d.ts.map