UNPKG
@kamiazya/freebusy
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Determine free blocks from a list of events.
github.com/kamiazya/freebusy
kamiazya/freebusy
@kamiazya/freebusy
/
dist
/
utils
/
DateTimeInput.d.ts
5 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
import
{
DateTime
}
from
'luxon'
;
import
moment
from
'moment'
;
export
declare
type
DateTimeInput
=
DateTime
| moment.
MomentInput
;
export
declare
function
convertDataTime
(
datetime
:
DateTimeInput
):
DateTime
;
//# sourceMappingURL=DateTimeInput.d.ts.map