UNPKG

next

Version:

The React Framework

4 lines (3 loc) 220 B
import type { CacheControl } from '../../server/lib/cache-control'; export declare function formatRevalidate(cacheControl: CacheControl): string; export declare function formatExpire(cacheControl: CacheControl): string;