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
508 B
1 lines
508 B
{"version":3,"file":"distinct.js","sourceRoot":"","sources":["../../../src/add/operator/distinct.ts"],"names":[],"mappings":";AAAA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,yBAAyB,yBAAyB,CAAC,CAAA;AAEnD,uBAAU,CAAC,SAAS,CAAC,QAAQ,GAAG,mBAAQ,CAAC","sourcesContent":["import { Observable } from '../../Observable';\nimport { distinct } from '../../operator/distinct';\n\nObservable.prototype.distinct = distinct;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n distinct: typeof distinct;\n }\n}"]} |