UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 150 B
import { Observable } from 'rxjs'; import { delay } from '../../operator/delay'; Observable.prototype.delay = delay; //# sourceMappingURL=delay.js.map