@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.
21 lines • 637 B
TypeScript
import type { Dictionary } from '@crawlee/types';
/** @internal */
export declare const validators: {
browserPage: (value: Dictionary) => {
validator: boolean;
message: (label: string) => string;
};
proxyConfiguration: (value: Dictionary) => {
validator: boolean;
message: (label: string) => string;
};
requestList: (value: Dictionary) => {
validator: boolean;
message: (label: string) => string;
};
requestQueue: (value: Dictionary) => {
validator: boolean;
message: (label: string) => string;
};
};
//# sourceMappingURL=validators.d.ts.map