UNPKG

@js-sugar/date

Version:

A multi-calendar, tree-shakable, extensible, immutable and lightweight date library for JavaScript

7 lines (6 loc) 196 B
import { DateTime } from '../main'; /** * Gets the day of the week with respect to the given DateTime's locale * @public */ export declare function weekDayLocale(date: DateTime): number;