UNPKG

reddit-api-image-getter

Version:

CLI tool and Node.js library to fetch and download images from Reddit subreddits.

8 lines (6 loc) 110 B
class RedditApiError { constructor(error) { this.error = error; } } module.exports = RedditApiError;