UNPKG
@jbouduin/holidays-lib
Version:
latest (0.0.1)
0.0.1
0.0.1-alpha.4
0.0.1-alpha.2
Get World-Wide Holidays
github.com/jbouduin/holiday
jbouduin/holiday
@jbouduin/holidays-lib
/
lib
/
configuration
/
specifics
/
fixed-date.d.ts
7 lines
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Month
}
from
'../types'
;
import
{
IFix
}
from
'./fix'
;
export
interface
IFixedDate
extends
IFix
{
day
:
number
;
month
:
Month
; }
//# sourceMappingURL=fixed-date.d.ts.map