UNPKG

ydb-sdk

Version:

Node.js bindings for working with YDB API over gRPC

9 lines 238 B
/** * Formats time interval in human-readable form in toString(). */ export declare class HRInterval { readonly periodMs: number; constructor(periodMs: number); toString(): string; } //# sourceMappingURL=hr-interval.d.ts.map