UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

11 lines (10 loc) 372 B
import { ContextFilter } from "./ContextFilter.js"; import { RR0Context } from "../../RR0Context.js"; import { Level2Date as EdtfDate } from "@rr0/time"; export interface TimeContextCase { time?: EdtfDate; } export declare class TimeContextFilter<S extends TimeContextCase> extends ContextFilter<S> { constructor(context: RR0Context); filter(c: S): boolean; }