bufferWhen.js.map 526 字节
{"version":3,"file":"bufferWhen.js","sourceRoot":"","sources":["../../../src/add/operator/bufferWhen.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 { bufferWhen } from '../../operator/bufferWhen';\n\nObservable.prototype.bufferWhen = bufferWhen;\n\ndeclare module '../../Observable' {\n  interface Observable<T> {\n    bufferWhen: typeof bufferWhen;\n  }\n}"]}