UNPKG

e-scraper

Version:

Collect products, reviews, locations from a different E-Commerce stores. Currently supporting Target.Com and soon more.

8 lines (7 loc) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eStores = void 0; const Target_1 = require("./Target"); exports.eStores = { Target: Target_1.Target, };