%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/lib/ |
Current File : /var/www/html/node_modules/next/dist/lib/coalesced-function.d.ts |
declare type CoalescedInvoke<T> = { isOrigin: boolean; value: T; }; export declare type UnwrapPromise<T> = T extends Promise<infer U> ? U : T; export declare function withCoalescedInvoke<F extends (...args: any) => any>(func: F): (key: string, args: Parameters<F>) => Promise<CoalescedInvoke<UnwrapPromise<ReturnType<F>>>>; export {};