UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

9 lines (8 loc) 248 B
import { PerFileCounter } from "../PerFileCounter.js"; import { HtmlRR0Context } from "../RR0Context.js"; /** * Count sources per file. */ export declare class SourceFileCounter extends PerFileCounter<HtmlRR0Context> { get value(): string; }