UNPKG

@js-sugar/date

Version:

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

7 lines (6 loc) 200 B
import { DateTime } from '../main'; /** * Get the week number of the week year of the given DateTime object(1 to 52). * @public */ export declare function weekNumber(date: DateTime): number;