UNPKG

@hackolade/couchbase

Version:

Re-published version to have all prebuilds defined as npm packages without platform constraints for cross building an Electron application - 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; }