UNPKG

4chan-full

Version:

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

25 lines (18 loc) 306 B
class File { /** @type {String} */ name; /** * File size in kilobytes * @type {Number} */ size; /** @type {Number} */ width; /** @type {Number} */ height; /** @type {Boolean} */ spoiler; /** @type {String} */ url; } module.exports = { File };