Subtheme of barrio
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
609 B

{"version":3,"file":"distinctUntilChanged.js","sourceRoot":"","sources":["../../../src/add/operator/distinctUntilChanged.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,qCAAqC,qCAAqC,CAAC,CAAA;AAE3E,uBAAU,CAAC,SAAS,CAAC,oBAAoB,GAAG,2CAAoB,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { distinctUntilChanged } from '../../operator/distinctUntilChanged';\n\nObservable.prototype.distinctUntilChanged = distinctUntilChanged;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n distinctUntilChanged: typeof distinctUntilChanged;\n }\n}"]}