UNPKG

tsinsim

Version:

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

10 lines (9 loc) 218 B
export declare enum ConfirmationFlags { CONF_MENTIONED = 1, CONF_CONFIRMED = 2, CONF_PENALTY_DT = 4, CONF_PENALTY_SG = 8, CONF_PENALTY_30 = 16, CONF_PENALTY_45 = 32, CONF_DID_NOT_PIT = 64 }