UNPKG
retail-calendar
Version:
latest (4.1.2)
4.1.2
4.1.1
4.1.0
4.0.0
3.1.0
3.0.1
3.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
1.8.1
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
A configurable retail calendar
github.com/holonk/retail-calendar
holonk/retail-calendar
retail-calendar
/
dist
/
gregorian_helpers.d.ts
3 lines
(2 loc)
•
178 B
TypeScript
View Raw
1
2
3
import
{
RetailCalendarOptions
,
WeekOfCalendar
}
from
'./types'
;
export
declare
function
weekOfGregorianDate
(
date:
Date
, calendarOptions: RetailCalendarOptions
):
WeekOfCalendar
;