UNPKG

@slash-tmp/rgaa-scraper

Version:

Scrapes RGAA's website and fetch topics, criteria and tests into a JSON format.

6 lines (5 loc) 186 B
import { RgaaRawScraperResult } from './types'; export declare abstract class RgaaRootWrapper { protected _root: RgaaRawScraperResult; constructor(root: RgaaRawScraperResult); }