UNPKG

649 BSource Map (JSON)View Raw
1{"version":3,"sources":["asynciterable/repeatvalue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAGzD,MAAM,UAAU,WAAW,CAAU,KAAc,EAAE,QAAgB,CAAC,CAAC;IACrE,OAAO,IAAI,mBAAmB,CAAU,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC","file":"repeatvalue.js","sourcesContent":["import { of } from './of';\nimport { RepeatAsyncIterable } from './operators/repeat';\nimport { AsyncIterableX } from './asynciterablex';\n\nexport function repeatValue<TSource>(value: TSource, count: number = -1): AsyncIterableX<TSource> {\n return new RepeatAsyncIterable<TSource>(of(value), count);\n}\n"]}
\No newline at end of file