UNPKG

listing-crawler-model

Version:

Listing crawler model for crawlers and tools

10 lines (8 loc) 130 B
class Image { constructor(name, url) { this.name = name; this.url = url; } } module.exports = Image;