UNPKG

ydb-sdk

Version:

Node.js bindings for working with YDB API over gRPC

3 lines 219 B
import { RetryLambdaResult } from "./retryStrategy"; export declare function asIdempotentRetryableLambda<T>(fn: () => Promise<T>): Promise<RetryLambdaResult<T>>; //# sourceMappingURL=asIdempotentRetryableLambda.d.ts.map