9 lines
104 B
JavaScript
Raw Normal View History

2019-11-18 18:18:28 -08:00
const Events = {
Foo: {
Start: 'start',
Finish: 'finish',
},
};
module.exports = {Events};