UNPKG

tsinsim

Version:

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

9 lines (8 loc) 389 B
export var ButtonFunction; (function (ButtonFunction) { ButtonFunction[ButtonFunction["BFN_DEL_BTN"] = 0] = "BFN_DEL_BTN"; ButtonFunction[ButtonFunction["BFN_CLEAR"] = 1] = "BFN_CLEAR"; ButtonFunction[ButtonFunction["BFN_USER_CLEAR"] = 2] = "BFN_USER_CLEAR"; ButtonFunction[ButtonFunction["BFN_REQUEST"] = 3] = "BFN_REQUEST"; })(ButtonFunction || (ButtonFunction = {})); ;