(which)
| 25305 | return !!DirectionalKeyCodes[which]; |
| 25306 | } |
| 25307 | function addDirectionalKeyCode(which) { |
| 25308 | DirectionalKeyCodes[which] = 1; |
| 25309 | } |
| 25310 | |
| 25311 | },{"./KeyCodes":"aP2ZH","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"eggWL":[function(require,module,exports) { |
| 25312 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
nothing calls this directly
no outgoing calls
no test coverage detected