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
485 B

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