8ff69113a6e5510a8c51af5bb98eec300481d9bed53a22a3d15dcfd29222752e.json 448 B

1
  1. {"ast":null,"code":"import { async } from '../scheduler/async';\nimport { map } from './map';\nexport function timestamp(scheduler = async) {\n return map(value => new Timestamp(value, scheduler.now()));\n}\nexport class Timestamp {\n constructor(value, timestamp) {\n this.value = value;\n this.timestamp = timestamp;\n }\n}\n//# sourceMappingURL=timestamp.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}