UNPKG

next

Version:

The React Framework

5 lines (4 loc) 141 B
/** * Read record value or throw Promise if it's not resolved yet. */ export declare function readRecordValue<T>(thenable: Promise<T>): T;