brazilian-courts-scrappers
Version:
Data scrapper para fazer raspagem de dados de processos judiciais dos portais de tribunais do Brasil.
10 lines (9 loc) • 481 B
TypeScript
import ProcessoScrapper from "./scrappers/ProcessoScrapper";
import NotProcessoHomepageException from "./exceptions/NotProcessoHomepageException";
declare function identifyCorrectScrapper(doc: Document): typeof ProcessoScrapper;
declare const _default: {
identifyCorrectScrapper: typeof identifyCorrectScrapper;
NotProcessoHomepageException: typeof NotProcessoHomepageException;
};
export default _default;
export { identifyCorrectScrapper, NotProcessoHomepageException };