UNPKG

211 BJavaScriptView Raw
1import { repeatStatic } from './repeat';
2import { _catchAll } from './catch';
3export function retry(source, count = -1) {
4 return _catchAll(repeatStatic(source, count));
5}
6
7//# sourceMappingURL=retry.mjs.map