File size: 254 Bytes
fea495a | 1 2 3 4 5 6 7 | /**
* This function allows you to indicate that you require an actual user Request before continuing.
*
* During prerendering it will never resolve and during rendering it resolves immediately.
*/
export declare function connection(): Promise<void>;
|