UNPKG

@naturalcycles/js-lib

Version:

Standard library for universal (browser + Node.js) javascript

3 lines (2 loc) 129 B
import type { PRetryOptions } from '../promise/pRetry.js'; export declare function _Retry(opt?: PRetryOptions): MethodDecorator;