Skip to content
ts
import { weekHasFourDaysRemaining } from '@trail-run/core/time/helpers';

Function: weekHasFourDaysRemaining()

ts
function weekHasFourDaysRemaining(): boolean;

Defined in: src/time/helpers.ts:119

Check if today is Thursday (4) or later in the week (Fri=5, Sat=6, Sun=0) Uses Monday as the start of the week

Returns

boolean

Released under the MIT License.