UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

3 lines (2 loc) 184 B
import { EntityCommentsTree } from "../interfaces/EntityCommentsTree"; export declare function removeCommentFromTree(state: EntityCommentsTree, commentId: string): EntityCommentsTree;