UNPKG

@crawlee/core

Version:

The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.

13 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entries = entries; exports.keys = keys; /** @ignore */ function entries(obj) { return Object.entries(obj); } /** @ignore */ function keys(obj) { return Object.keys(obj); } //# sourceMappingURL=typedefs.js.map