'use strict' /** pearcord-threads bindings for PearcordPlatform index (Phase 734). */ const threads = require('pearcord-threads') module.exports = { defaultThreadName: threads.defaultThreadName, groupThreadsByParent: threads.groupThreadsByParent, listForumPostsForParent: threads.listForumPostsForParent, buildThreadsPanel: threads.buildThreadsPanel, isThreadChannel: threads.isThreadChannel, isDmThreadChannel: threads.isDmThreadChannel, isForumChannel: threads.isForumChannel, isAnnouncementChannel: threads.isAnnouncementChannel, sortForumPosts: threads.sortForumPosts }