Sha256: 890df6dc79106a59b3fed16ff350297bce1d61cc063ddad1fb18556ce72b79c2
Contents?: true
Size: 507 Bytes
Versions: 49
Compression:
Stored size: 507 Bytes
Contents
{"version":3,"file":"groupBy.js","sourceRoot":"","sources":["../../../src/add/operator/groupBy.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,wBAAwB,wBAAwB,CAAC,CAAA;AAEjD,uBAAU,CAAC,SAAS,CAAC,OAAO,GAAQ,iBAAO,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { groupBy } from '../../operator/groupBy';\n\nObservable.prototype.groupBy = <any>groupBy;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n groupBy: typeof groupBy;\n }\n}"]}
Version data entries
49 entries across 49 versions & 4 rubygems