UNPKG

f1-api-node

Version:

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

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