{"version":3,"sources":["../src/keys.js"],"names":["LEFT","UP","RIGHT","DOWN","ENTER","SPACE","ESC","TAB"],"mappings":";;;;;AAAO,IAAMA,sBAAO,EAAb;AACA,IAAMC,kBAAK,EAAX;AACA,IAAMC,wBAAQ,EAAd;AACA,IAAMC,sBAAO,EAAb;AACA,IAAMC,wBAAQ,EAAd;AACA,IAAMC,wBAAQ,EAAd;AACA,IAAMC,oBAAM,EAAZ;AACA,IAAMC,oBAAM,CAAZ","file":"keys.js","sourcesContent":["export const LEFT = 37;\nexport const UP = 38;\nexport const RIGHT = 39;\nexport const DOWN = 40;\nexport const ENTER = 13;\nexport const SPACE = 32;\nexport const ESC = 27;\nexport const TAB = 9;\n"]}