UNPKG

next-boost

Version:

Add a cache layer for next.js SSR pages. Use stale-while-revalidate to boost the performance.

5 lines (4 loc) 137 B
export declare type Argv = { [key: string]: boolean | number | string; }; export declare function parse(raw: string[]): Argv | void;