UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

10 lines (9 loc) 173 B
export class ContextFilter { /** * @param context The context to match * @protected */ constructor(context) { this.context = context; } }