UNPKG

@aimee-blue/ab-service-kit

Version:
17 lines (11 loc) 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildLoggingAuditor = void 0; var _rxjs = require("rxjs"); var _loggingAuditAction = require("./loggingAuditAction"); var _operators = require("rxjs/operators"); const buildLoggingAuditor = period => () => (0, _rxjs.timer)(0, period).pipe((0, _operators.map)(() => (0, _loggingAuditAction.loggingAudit)())); exports.buildLoggingAuditor = buildLoggingAuditor; //# sourceMappingURL=loggingAuditor.js.map