UNPKG

cache-control-parser

Version:
4 lines (3 loc) 186 B
import { CacheControl } from "./types"; export declare const parse: (cacheControlHeader: string) => CacheControl; export declare const stringify: (cacheControl: CacheControl) => string;