'use strict' const channelMeta = require('pearcord-channel-meta') const { createTopicMergeCounters } = require('pearcord-channel-meta/topic-merge-counters') module.exports = { normalizeTopic: channelMeta.normalizeTopic, normalizeDescription: channelMeta.normalizeDescription, canEditTopic: channelMeta.canEditTopic, buildChannelSummary: channelMeta.buildChannelSummary, ChannelDescriptionStore: channelMeta.ChannelDescriptionStore, createTopicMergeCounters: createTopicMergeCounters }