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

8 lines (7 loc) 340 B
import { F1Parser } from '../F1Parser'; import type { PacketSessionHistoryData } from '../../types'; export declare class PacketSessionHistoryDataParser extends F1Parser<PacketSessionHistoryData> { data: PacketSessionHistoryData; constructor(buffer: Buffer, packetFormat: number, bigintEnabled: boolean); private postProcess; }