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

15 lines (14 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.F1Parser = void 0; const binary_parser_1 = require("binary-parser"); class F1Parser extends binary_parser_1.Parser { /** * * @param {Buffer} buffer */ fromBuffer(buffer) { return this.parse(buffer); } } exports.F1Parser = F1Parser;