groupSymbolValueToString top-level constant
Implementation
const groupSymbolValueToString = {
GroupSymbolValue.brace: 'brace',
GroupSymbolValue.bracket: 'bracket',
GroupSymbolValue.line: 'line',
GroupSymbolValue.none: 'none',
GroupSymbolValue.square: 'square',
};