8 lines
92 B
JavaScript
Raw Normal View History

'use strict'
module.exports = {
OPEN: 'open',
CLOSING: 'closing',
CLOSED: 'closed'
}