Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
|
- "use strict";
- var async_1 = require('../scheduler/async');
- var timestamp_1 = require('../operators/timestamp');
- /**
- * @param scheduler
- * @return {Observable<Timestamp<any>>|WebSocketSubject<T>|Observable<T>}
- * @method timestamp
- * @owner Observable
- */
- function timestamp(scheduler) {
- if (scheduler === void 0) { scheduler = async_1.async; }
- return timestamp_1.timestamp(scheduler)(this);
- }
- exports.timestamp = timestamp;
- //# sourceMappingURL=timestamp.js.map
|