timestamp.js 170 B

1234
  1. import { Observable } from 'rxjs';
  2. import { timestamp } from '../../operator/timestamp';
  3. Observable.prototype.timestamp = timestamp;
  4. //# sourceMappingURL=timestamp.js.map