UNPKG

@slash-tmp/rgaa-scraper

Version:

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

10 lines 295 B
export class RgaaRootWrapper { constructor(root) { this._root = root; // hides the _root property from console.log and JSON.stringify Object.defineProperty(this, '_root', { enumerable: false, }); } } //# sourceMappingURL=RgaaRootWrapper.js.map