%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/lib/ |
Current File : /var/www/html/node_modules/next/dist/lib/find-config.d.ts |
declare type RecursivePartial<T> = { [P in keyof T]?: RecursivePartial<T[P]>; }; export declare function findConfig<T>(directory: string, key: string): Promise<RecursivePartial<T> | null>; export {};