timer.js 175 Bytes
Newer Older
Patiphan Marak's avatar
Patiphan Marak committed
1 2 3 4
import { Observable } from '../../Observable';
import { timer as staticTimer } from '../../observable/timer';
Observable.timer = staticTimer;
//# sourceMappingURL=timer.js.map