"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