UNPKG

@naturalcycles/js-lib

Version:

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

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