SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

10 lines
450 B
JavaScript

"use strict";
/**
* Everything in this file is generated by the 'tools/generate-operator-patches.ts' script.
* Any manual edits to this file will be lost next time the script is run.
**/
var Observable_1 = require('../../Observable');
var distinctKey_1 = require('../../operator/distinctKey');
var observableProto = Observable_1.Observable.prototype;
observableProto.distinctKey = distinctKey_1.distinctKey;
//# sourceMappingURL=distinctKey.js.map