UNPKG

622 BSource Map (JSON)View Raw
1{"version":3,"sources":["iterable/retry.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,MAAM,UAAU,KAAK,CAAU,MAAyB,EAAE,QAAgB,CAAC,CAAC;IAC1E,OAAO,SAAS,CAAU,YAAY,CAAoB,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;AAC5E,CAAC","file":"retry.js","sourcesContent":["import { IterableX } from './iterablex';\nimport { repeatStatic } from './repeat';\nimport { _catchAll } from './catch';\n\nexport function retry<TSource>(source: Iterable<TSource>, count: number = -1): IterableX<TSource> {\n return _catchAll<TSource>(repeatStatic<Iterable<TSource>>(source, count));\n}\n"]}
\No newline at end of file