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
/
Standings
/
DriverStandings.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
import { Standings } from
'./Standings'
; export declare
class
DriverStandings
extends
Standings
{
pop
: () => Promise<DriverStandings>; }