mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 07:13:46 -05:00
5 lines
253 B
JavaScript
5 lines
253 B
JavaScript
"use strict";
|
|
var Observable_1 = require('../../Observable');
|
|
var withLatestFrom_1 = require('../../operator/withLatestFrom');
|
|
Observable_1.Observable.prototype.withLatestFrom = withLatestFrom_1.withLatestFrom;
|
|
//# sourceMappingURL=withLatestFrom.js.map
|