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