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
/
first_bow_of_first_month.d.ts
5 lines
(4 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
import
{
LastDayStrategy
}
from
'./types'
;
export
declare
class
FirstBOWOfFirstMonth
implements
LastDayStrategy
{
getLastDayForGregorianLastDay
(
lastDayOfGregorianYear
:
Date
,
lastDayOfIsoWeek
:
number
,
_retailCalendarYear
:
number
):
Date
; }