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
/
Request
/
index.d.ts
2 lines
(1 loc)
•
78 B
TypeScript
View Raw
1
2
export
declare
const
Request
:
(
url
:
string
,
params
?:
string
) =>
Promise
<
any
>;