UNPKG

@openactive/rpde-validator

Version:

A library to walk and validate an RPDE feed

13 lines (10 loc) 174 B
class FeedLogPage { constructor(url) { this.url = url; this.errors = []; } addError(error) { this.errors.push(error); } } module.exports = FeedLogPage;