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

10 lines (9 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LAP_VALID_FLAGS = void 0; exports.LAP_VALID_FLAGS = { VALID_LAP: 0x01, VALID_S1: 0x02, VALID_S2: 0x04, VALID_S3: 0x08, };