UNPKG

couchbase

Version:

The official Couchbase Node.js Client Library.

9 lines (8 loc) 303 B
export declare class SdUtils { private static _parsePath; private static _insertByPath; static insertByPath(root: any, path: string, value: any): any; private static _getByPath; static getByPath(value: any, path: string): any; static convertMacroCasToCas(cas: string): string; }