UNPKG

ydb-sdk

Version:

Node.js bindings for working with YDB API over gRPC

6 lines 313 B
import { Ydb } from 'ydb-sdk-proto'; import Long from 'long'; import IValue = Ydb.IValue; export declare function toDecimalString(high: Long | number, low: Long | number, scale: number): string; export declare function fromDecimalString(value: string, scale: number): IValue; //# sourceMappingURL=decimal.d.ts.map