makearmy-app/node_modules/next/dist/build/output/format.d.ts
2025-09-22 10:37:53 -04:00

3 lines
220 B
TypeScript

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