(ref: any)
| 171 | const CLIENT_REFERENCE_TAG = Symbol.for('react.client.reference'); |
| 172 | |
| 173 | function describeClientReference(ref: any) { |
| 174 | return 'client'; |
| 175 | } |
| 176 | |
| 177 | export function describeObjectForErrorMessage( |
| 178 | objectOrArray: {+[key: string | number]: mixed, ...} | $ReadOnlyArray<mixed>, |
no outgoing calls
no test coverage detected