UNPKG
formula1.js
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Formula 1 Ergast API Wrapper
github.com/damushypotato/formula1.js
damushypotato/formula1.js
formula1.js
/
dist
/
Modules
/
Tools
/
index.js
7 lines
(6 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getDate
=
void
0
;
// date,time to date
const
getDate
= (
datetime
) =>
new
Date
(
`
${datetime.date}
T
${datetime.time}
`
);
exports
.
getDate
= getDate;