repeat.js.map 493 字节
{"version":3,"file":"repeat.js","sourceRoot":"","sources":["../../../src/add/operator/repeat.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,uBAAuB,uBAAuB,CAAC,CAAA;AAE/C,uBAAU,CAAC,SAAS,CAAC,MAAM,GAAG,eAAM,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { repeat } from '../../operator/repeat';\n\nObservable.prototype.repeat = repeat;\n\ndeclare module '../../Observable' {\n  interface Observable<T> {\n    repeat: typeof repeat;\n  }\n}"]}