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
/
format.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
OnesyDate
from
'./OnesyDate'
;
export
declare
type
IOptionsFormat
= {
l
?:
(
...
args
:
any
[]
) =>
any
; };
export
default
function
format
(
onesyDate
?:
OnesyDate
,
value_
?:
string
,
options
?:
IOptionsFormat
):
string
;