UNPKG

@becomes/cms

Version:

Simple CMS for building APIs.

7 lines (6 loc) 178 B
import { EntryServiceCache } from './entry'; export declare class CacheControl { private static entryService; static Entry: EntryServiceCache; static init(): void; }