blob: 857a4f170d85cc42f399207f76c6d38a2fab9cc8 [file] [log] [blame]
import { Observable } from '../../Observable';
import { throttleTime } from '../../operator/throttleTime';
Observable.prototype.throttleTime = throttleTime;
//# sourceMappingURL=throttleTime.js.map