UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

11 lines (10 loc) 297 B
export class RR0CaseSummaryMapper { constructor(baseUrl, copyright, authors) { this.baseUrl = baseUrl; this.copyright = copyright; this.authors = authors; } map(context, sourceCase, sourceTime) { return sourceCase; // Mapping RR0 to RR0 is idle } }