Skip to content

ccusage / _consts / DEFAULT_CONTEXT_USAGE_THRESHOLDS

Variable: DEFAULT_CONTEXT_USAGE_THRESHOLDS

ts
const DEFAULT_CONTEXT_USAGE_THRESHOLDS: object;

Context usage percentage thresholds for color coding

Type declaration

LOW

ts
readonly LOW: 50 = 50;

MEDIUM

ts
readonly MEDIUM: 80 = 80;

Released under the MIT License.