UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

6 lines 234 B
import { asyncScheduler } from 'rxjs'; import { timestamp as higherOrder } from 'rxjs/operators'; export function timestamp(scheduler = asyncScheduler) { return higherOrder(scheduler)(this); } //# sourceMappingURL=timestamp.js.map