UNPKG
@onesy/date
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Time and date utils library
github.com/onesy-me/date
onesy-me/date
@onesy/date
/
formats.d.ts
6 lines
(5 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
import
OnesyDate
from
'./OnesyDate'
;
export
default
function
formats
(
onesyDate
?:
OnesyDate
):
Array
<{
abr
:
string
;
value
:
string
; }>;