UNPKG

tsinsim

Version:

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

11 lines (10 loc) 219 B
export declare enum PenaltyReason { PENR_UNKNOWN = 0, PENR_ADMIN = 1, PENR_WRONG_WAY = 2, PENR_FALSE_START = 3, PENR_SPEEDING = 4, PENR_STOP_SHORT = 5, PENR_STOP_LATE = 6, PENR_NUM = 7 }