export function shouldMarkWhenStale( daysBeforeStale: Readonly ): boolean { return daysBeforeStale >= 0; }