UNPKG

@z0mt3c/f1-telemetry-client

Version:

[![Node.js CI](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [![NPM Release](https://img.shields.io/npm/v/@z0mt3c/f1-telemetry-client.sv

12 lines (11 loc) 320 B
export interface Tyre { color: string; name: string; } export interface Position { short: 'RL' | 'RR' | 'FL' | 'FR'; long: string; } export declare const TYRES: Record<number, Tyre>; export declare const VISUAL_TYRES: Record<number, Tyre>; export declare const WHEEL_POSITIONS: Record<number, Position>;