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
633 B
1 lines
633 B
{"version":3,"file":"distinctUntilKeyChanged.js","sourceRoot":"","sources":["../../../src/add/operator/distinctUntilKeyChanged.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,wCAAwC,wCAAwC,CAAC,CAAA;AAEjF,uBAAU,CAAC,SAAS,CAAC,uBAAuB,GAAG,iDAAuB,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { distinctUntilKeyChanged } from '../../operator/distinctUntilKeyChanged';\n\nObservable.prototype.distinctUntilKeyChanged = distinctUntilKeyChanged;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n distinctUntilKeyChanged: typeof distinctUntilKeyChanged;\n }\n}"]} |