@slash-tmp/rgaa-scraper
Version:
Scrapes RGAA's website and fetch topics, criteria and tests into a JSON format.
7 lines (6 loc) • 347 B
TypeScript
export { default as RgaaResultWrapper } from './RgaaResultWrapper';
export { default as RgaaCriterionWrapper } from './RgaaCriterionWrapper';
export { default as RgaaTopicWrapper } from './RgaaTopicWrapper';
export { default as RgaaTestWrapper } from './RgaaTestWrapper';
export { default as scrapeRgaa } from './scrape';
export * from './types';