{"ast":null,"code":"import { async } from '../scheduler/async';\nimport { audit } from './audit';\nimport { timer } from '../observable/timer';\nexport function auditTime(duration) {\n  var scheduler = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : async;\n  return audit(function () {\n    return timer(duration, scheduler);\n  });\n} //# sourceMappingURL=auditTime.js.map","map":null,"metadata":{},"sourceType":"module"}