timestamp.js 182 B

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