Skip to content

ccusage / _consts / WEEK_DAYS

Variable: WEEK_DAYS

ts
const WEEK_DAYS: readonly ["sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday"];

Days of the week for weekly aggregation

Released under the MIT License.