芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/_esm2015/internal/operators/auditTime.js
import { async } from '../scheduler/async'; import { audit } from './audit'; import { timer } from '../observable/timer'; export function auditTime(duration, scheduler = async) { return audit(() => timer(duration, scheduler)); } //# sourceMappingURL=auditTime.js.map