4 lines
175 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
import { Observable } from '../../Observable';
import { timer as staticTimer } from '../../observable/timer';
Observable.timer = staticTimer;
//# sourceMappingURL=timer.js.map