UNPKG

@xcrap/core

Version:

Xcrap Core is the core package of the Xcrap framework for web scraping, offering tools such as HttpClient, BaseClient, Randomizer, Rotator, and support for proxies and pagination.

7 lines (6 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.delay = delay; function delay(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }