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
641 B
1 lines
641 B
{"version":3,"file":"mergeMap.js","sourceRoot":"","sources":["../../../src/add/operator/mergeMap.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,yBAAyB,yBAAyB,CAAC,CAAA;AAEnD,uBAAU,CAAC,SAAS,CAAC,QAAQ,GAAQ,mBAAQ,CAAC;AAC9C,uBAAU,CAAC,SAAS,CAAC,OAAO,GAAQ,mBAAQ,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { mergeMap } from '../../operator/mergeMap';\n\nObservable.prototype.mergeMap = <any>mergeMap;\nObservable.prototype.flatMap = <any>mergeMap;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n flatMap: typeof mergeMap;\n mergeMap: typeof mergeMap;\n }\n}"]} |