Your IP : 216.73.216.79


Current Path : /var/www/html/dev/reddsis-dev/node_modules/rxjs/dist/esm5/internal/operators/
Upload File :
Current File : /var/www/html/dev/reddsis-dev/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js

import { dateTimestampProvider } from '../scheduler/dateTimestampProvider';
import { map } from './map';
export function timestamp(timestampProvider) {
    if (timestampProvider === void 0) { timestampProvider = dateTimestampProvider; }
    return map(function (value) { return ({ value: value, timestamp: timestampProvider.now() }); });
}
//# sourceMappingURL=timestamp.js.map