UNPKG

f1-api-node

Version:

A simple library written in typescript to fetch Formula-1 data

3 lines (2 loc) 140 B
import { isDriverStanding } from "../types/types"; export declare const getDriverStandings: (year?: number) => Promise<isDriverStanding[]>;