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
/
in.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
OnesyDate
from
'./OnesyDate'
;
export
default
function
In
(
to?: OnesyDate, withPrefix?: boolean,
from
?: OnesyDate
): string;