UNPKG

ydb-sdk

Version:

Node.js bindings for working with YDB API over gRPC

5 lines 219 B
import { Ydb } from 'ydb-sdk-proto'; import IValue = Ydb.IValue; export declare function uuidToValue(uuid: string): IValue; export declare function uuidToNative(value: IValue): string; //# sourceMappingURL=uuid.d.ts.map