UNPKG

4chan-full

Version:

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

12 lines (8 loc) 243 B
const { PopularThread } = require("./PopularThread"); class PopularThreads { /** @type {"WORKSAFE"|"NON_WORKSAFE"|"COMBINED"} */ safety; /** @type {Array<PopularThread>} */ threads; } module.exports = { PopularThreads };