UNPKG

next

Version:

The React Framework

7 lines (6 loc) 221 B
export type NextRequestInsightsOptions = { url?: string; json?: boolean; limit?: number; }; export declare function nextRequestInsights(options: NextRequestInsightsOptions, directory?: string): Promise<void>;