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
/
Constructor.d.ts
10 lines
(9 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ looseconstructor }
from
'../../Types'
;
import
{
Standing
}
from
'./Standing'
;
export
declare
class
Constructor
{
constructor
(
s
:
Standing
,
data
: looseconstructor
);
standing
:
Standing
;
id
:
string
;
name
:
string
;
nationality
:
string
; }