UNPKG
key
Version:
latest (0.1.11)
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.0
0.0.0
A tiny little keycode library
github.com/adlawson/key
adlawson/key
key
/
lib
/
code
/
arrow.js
19 lines
(13 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Generated by CoffeeScript 1.3.3
(function() {
'use strict'
;
var
arrow,
ref
;
ref
= require(
'../ref'
).
ref
; arrow = { left:
ref
(
'Left'
,
37
), up:
ref
(
'Up'
,
38
), right:
ref
(
'Right'
,
39
), down:
ref
(
'Down'
,
40
) }; module.exports = arrow; }).call(
this
);