PHP 8.2.30
Preview: options.js Size: 969 B
//opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules/exponential-backoff/dist/options.js

"use strict";
var __assign = (this && this.__assign) || function () {
    __assign = Object.assign || function(t) {
        for (var s, i = 1, n = arguments.length; i < n; i++) {
            s = arguments[i];
            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
                t[p] = s[p];
        }
        return t;
    };
    return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });
var defaultOptions = {
    delayFirstAttempt: false,
    jitter: "none",
    maxDelay: Infinity,
    numOfAttempts: 10,
    retry: function () { return true; },
    startingDelay: 100,
    timeMultiple: 2
};
function getSanitizedOptions(options) {
    var sanitized = __assign(__assign({}, defaultOptions), options);
    if (sanitized.numOfAttempts < 1) {
        sanitized.numOfAttempts = 1;
    }
    return sanitized;
}
exports.getSanitizedOptions = getSanitizedOptions;
//# sourceMappingURL=options.js.map

Directory Contents

Dirs: 2 × Files: 2

Name Size Perms Modified Actions
delay DIR
- drwxr-xr-x 2026-03-14 07:02:08
Edit Download
jitter DIR
- drwxr-xr-x 2026-03-14 07:02:08
Edit Download
5.53 KB lrw-r--r-- 2026-02-23 03:24:42
Edit Download
969 B lrw-r--r-- 2026-02-23 03:24:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).