@slash-tmp/rgaa-scraper
Version:
Scrapes RGAA's website and fetch topics, criteria and tests into a JSON format.
14 lines • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RgaaRootWrapper = void 0;
class RgaaRootWrapper {
constructor(root) {
this._root = root;
// hides the _root property from console.log and JSON.stringify
Object.defineProperty(this, '_root', {
enumerable: false,
});
}
}
exports.RgaaRootWrapper = RgaaRootWrapper;
//# sourceMappingURL=RgaaRootWrapper.js.map