UNPKG

f1-api-node

Version:

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

3 lines (2 loc) 118 B
import { isHallOfFame } from "../types/types"; export declare const getWorldChampions: () => Promise<isHallOfFame[]>;