UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

3 lines (2 loc) 138 B
import type { RetryOptions } from "./types"; export declare const retry: <T>(fn: () => Promise<T>, options?: RetryOptions) => Promise<T>;