Sha256: f1d22bb73ac4965eb885d340bbd26c68fa9ea433fe841bff8b7dc0526a7dda85
Contents?: true
Size: 518 Bytes
Versions: 49
Compression:
Stored size: 518 Bytes
Contents
{"version":3,"file":"partition.js","sourceRoot":"","sources":["../../../src/add/operator/partition.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,0BAA0B,0BAA0B,CAAC,CAAA;AAErD,uBAAU,CAAC,SAAS,CAAC,SAAS,GAAG,qBAAS,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { partition } from '../../operator/partition';\n\nObservable.prototype.partition = partition;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n partition: typeof partition;\n }\n}"]}
Version data entries
49 entries across 49 versions & 4 rubygems