Variable baseRootOptionDefaultsConst
baseRootOptionDefaults: {
    dotenvToken: ".env";
    entropyMinLength: 16;
    entropyThreshold: 3.8;
    entropyWhitelist: readonly ["^GIT_", "^npm_", "^CI$", "SHLVL"];
    loadProcess: true;
    logger: Console;
    paths: "./";
    pathsDelimiter: " ";
    privateToken: "local";
    scripts: {
        "git-status": {
            cmd: "git branch --show-current && git status -s -u";
            shell: true;
        };
    };
    shell: true;
    vars: "";
    varsAssignor: "=";
    varsDelimiter: " ";
    warnEntropy: true;
} = ...
Type Declaration
- ReadonlydotenvToken: ".env"
- ReadonlyentropyMinLength: 16
- ReadonlyentropyThreshold: 3.8
- ReadonlyentropyWhitelist: readonly ["^GIT_", "^npm_", "^CI$", "SHLVL"]
- ReadonlyloadProcess: true
- Readonlylogger: Console
- Readonlypaths: "./"
- ReadonlypathsDelimiter: " "
- ReadonlyprivateToken: "local"
- Readonlyscripts: {
 "git-status": {
 cmd: "git branch --show-current && git status -s -u";
 shell: true;
 };
 }
- Readonlyshell: true
- Readonlyvars: ""
- ReadonlyvarsAssignor: "="
- ReadonlyvarsDelimiter: " "
- ReadonlywarnEntropy: true