UNPKG

async-await-retry

Version:

Simple module to retry a function with async/await syntax !

3 lines (2 loc) 102 B
declare function _exports(fn: Function, args?: any[], config?: any): Promise<any>; export = _exports;