UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

8 lines (7 loc) 171 B
import { Struct } from "../utilities/index.js"; export declare class NodeLap extends Struct { Node: number; Lap: number; PLID: number; Position: number; }