@easyscrape/core
Version:
EasyScrape is a NodeJS module designed to be integrated into your web scraping project. With it, you can more easily get information from the web from a JSON object to organized data, as a REST API could give you!
6 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const IESQuery_1 = tslib_1.__importDefault(require("./ITypes/IESQuery.type"));
const IESIfObject_1 = tslib_1.__importDefault(require("./ITypes/IESIfObject.type"));
//# sourceMappingURL=IESQueriesManager.interface.js.map