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
/
between-fixed-dates.d.ts
7 lines
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IFix
}
from
'./fix'
;
import
{
IFixedDate
}
from
'./fixed-date'
;
export
interface
IBetweenFixedDates
extends
IFix
{
from
:
IFixedDate
;
to
:
IFixedDate
; }
//# sourceMappingURL=between-fixed-dates.d.ts.map