UNPKG

@azure/cosmos

Version:
6 lines 295 B
/// <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