grafo-client
Version:
Grafo Client API Library
1 lines • 554 B
JavaScript
;const commentNotificationTypes=Object.freeze({ALL_COMMENTS:"all_comments",ONLY_REPLIES:"only_replies",NOTHING:"nothing"});this.getCommentNotifTypes=function(){return commentNotificationTypes},this.resolveCommentNotifTypes=function(e){return"all_comments"==e?exports.getCommentNotifTypes().ALL_COMMENTS:"only_replies"==e?exports.getCommentNotifTypes().ONLY_REPLIES:"nothing"==e?exports.getCommentNotifTypes().NOTHING:null},module.exports={resolveCommentNotifTypes:this.resolveCommentNotifTypes,getCommentNotifTypes:this.getCommentNotifTypes};