Spaces:
Running
Running
File size: 133 Bytes
a5f860b |
1 2 3 4 5 6 7 8 9 |
var Hack = {
ASTERISK: 'asterisk',
BANG: 'bang',
BACKSLASH: 'backslash',
UNDERSCORE: 'underscore'
};
module.exports = Hack;
|