@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
18 lines • 409 B
TypeScript
import { TimeSpan } from "./timeSpan";
/**
* @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