(key: string)
| 90 | } |
| 91 | |
| 92 | export function isUnsafeObjectKey(key: string): boolean { |
| 93 | return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key); |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Describes an expression that may have been wrapped in a `forwardRef()` guard. |
no test coverage detected