mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
16
node_modules/rxjs/_esm5/operator/timestamp.js
generated
vendored
Normal file
16
node_modules/rxjs/_esm5/operator/timestamp.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/** PURE_IMPORTS_START .._scheduler_async,.._operators_timestamp PURE_IMPORTS_END */
|
||||
import { async } from '../scheduler/async';
|
||||
import { timestamp as higherOrder } from '../operators/timestamp';
|
||||
/**
|
||||
* @param scheduler
|
||||
* @return {Observable<Timestamp<any>>|WebSocketSubject<T>|Observable<T>}
|
||||
* @method timestamp
|
||||
* @owner Observable
|
||||
*/
|
||||
export function timestamp(scheduler) {
|
||||
if (scheduler === void 0) {
|
||||
scheduler = async;
|
||||
}
|
||||
return higherOrder(scheduler)(this);
|
||||
}
|
||||
//# sourceMappingURL=timestamp.js.map
|
||||
Reference in New Issue
Block a user