UNPKG

4chan-full

Version:

www.4chan.org non-official read only api. That supports cool things!

19 lines (11 loc) 293 B
class SafetyType { static WORKSAFE = "ws"; static NON_WORKSAFE = "nws"; static COMBINED = "all"; } class SafetyTypeReverse { static ws = "WORKSAFE"; static nws = "NON_WORKSAFE"; static all = "COMBINED"; } module.exports = { SafetyType, SafetyTypeReverse }