UNPKG

@slash-tmp/rgaa-scraper

Version:

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

7 lines (6 loc) 231 B
import type { RgaaScraperResult } from './types'; /** * Scrapes the RGAA website and returns a promise to an object representing * topics, criteria and tests. */ export default function scrapeRgaa(): Promise<RgaaScraperResult>;