Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
526 B

{"version":3,"file":"repeatWhen.js","sourceRoot":"","sources":["../../../src/add/operator/repeatWhen.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,2BAA2B,2BAA2B,CAAC,CAAA;AAEvD,uBAAU,CAAC,SAAS,CAAC,UAAU,GAAG,uBAAU,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { repeatWhen } from '../../operator/repeatWhen';\n\nObservable.prototype.repeatWhen = repeatWhen;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n repeatWhen: typeof repeatWhen;\n }\n}"]}