????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/rxjs/dist/esm/internal/operators/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/rxjs/dist/esm/internal/operators/delay.js |
import { asyncScheduler } from '../scheduler/async'; import { delayWhen } from './delayWhen'; import { timer } from '../observable/timer'; export function delay(due, scheduler = asyncScheduler) { const duration = timer(due, scheduler); return delayWhen(() => duration); } //# sourceMappingURL=delay.js.map