UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 112 B
export interface IDelay { apply: () => Promise<unknown>; setAttemptNumber: (attempt: number) => void; }