'use strict'; const XML_TOOL_SEGMENT_TAGS = [ '', '', '', '', ]; const XML_TOOL_OPENING_TAGS = [ '', '', '', '', '', '', ]; module.exports = { XML_TOOL_SEGMENT_TAGS, XML_TOOL_OPENING_TAGS, XML_TOOL_CLOSING_TAGS, };