UNPKG

next

Version:

The React Framework

6 lines (5 loc) 169 B
/** * Browser implementation of io(). On the client there is no * prerender context so we always resolve immediately. */ export declare function io(): Promise<void>;