UNPKG
jalali-ts
Version:
latest (8.0.0)
8.0.0
6.0.0
4.0.0
2.0.5
2.0.4
2.0.3
2.0.2
1.3.0
1.2.9
1.2.8
1.2.7
1.2.2
1.1.0
1.0.2
0.0.1
Parse and interact with jalali date
github.com/SaeedDev94/jalali-ts
SaeedDev94/jalali-ts
jalali-ts
/
dist
/
interface
/
IDate.d.ts
6 lines
(5 loc)
•
82 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IDate
{
year
:
number
;
month
:
number
;
date
:
number
; }