(key: string)
| 103 | } |
| 104 | |
| 105 | export function isUnsafeObjectKey(key: string): boolean { |
| 106 | return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Describes an expression that may have been wrapped in a `forwardRef()` guard. |
no test coverage detected