4 lines
73 B
CoffeeScript
4 lines
73 B
CoffeeScript
class GlobalExState
|
|
commandHistory: []
|
|
|
|
module.exports = GlobalExState
|