UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 166 B
import { HtmlSsgContext } from "ssg-api"; export interface ReferenceGenerator<C extends HtmlSsgContext> { readonly value: string; next(context: C): string; }