All files / common/dist initOpitons.js

91.67% Statements 11/12
50% Branches 1/2
100% Functions 1/1
100% Lines 11/11

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  9x 9x 9x 9x   1x 1x 1x 1x 1x 1x   9x  
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initOptions = void 0;
var core_1 = require("@mito/core");
var utils_1 = require("@mito/utils");
function initOptions(options) {
    Iif (options === void 0) { options = {}; }
    utils_1.setSilentFlag(options);
    core_1.breadcrumb.bindOptions(options);
    utils_1.logger.bindOptions(options.debug);
    core_1.transportData.bindOptions(options);
    core_1.options.bindOptions(options);
}
exports.initOptions = initOptions;
//# sourceMappingURL=initOpitons.js.map