UNPKG
@thi.ng/date
Version:
latest (2.8.9)
2.8.9
2.8.8
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.83
2.7.82
2.7.81
2.7.80
2.7.79
2.7.78
2.7.77
2.7.76
2.7.75
2.7.74
2.7.73
2.7.72
2.7.71
2.7.70
2.7.69
2.7.68
2.7.64
2.7.63
2.7.62
2.7.61
2.7.60
2.7.59
2.7.58
2.7.57
2.7.56
2.7.55
2.7.54
2.7.53
2.7.52
2.7.51
2.7.50
2.7.49
2.7.48
2.7.47
2.7.46
2.7.45
2.7.44
2.7.43
2.7.42
2.7.41
2.7.40
2.7.39
2.7.38
2.7.37
2.7.36
2.7.35
2.7.34
2.7.33
2.7.32
2.7.31
2.7.30
2.7.29
2.7.28
2.7.27
2.7.26
2.7.25
2.7.24
2.7.23
2.7.22
2.7.21
2.7.20
2.7.19
2.7.18
2.7.17
2.7.16
2.7.15
2.7.14
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.0
2.4.26
2.4.25
2.4.24
2.4.23
2.4.22
2.4.21
2.4.20
2.4.19
2.4.18
2.4.17
2.4.16
2.4.15
2.4.14
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.2
2.4.1
2.4.0
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.8
2.0.7
2.0.6
2.0.4
2.0.3
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Datetime types, relative dates, math, iterators, composable formatters, locales
thi.ng/date
@thi.ng/date
/
units.d.ts
5 lines
•
199 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
FnN2
,
FnN3
}
from
"@thi.ng/api"
;
export
declare
const
daysInMonth
:
FnN2
;
export
declare
const
dayInYear
:
FnN3
;
export
declare
const
weekInYear
:
FnN3
;
//# sourceMappingURL=units.d.ts.map