@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
6 lines • 295 B
TypeScript
/// <reference types="node" />
declare type v2Key = string | number | boolean | null | Record<string, unknown> | undefined;
export declare function hashV2PartitionKey(partitionKey: v2Key): string;
export declare function reverse(buff: Buffer): Buffer;
export {};
//# sourceMappingURL=v2.d.ts.map