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 line
534 B

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