(key: string)
| 97 | } |
| 98 | |
| 99 | export function isUnsafeObjectKey(key: string): boolean { |
| 100 | return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Describes an expression that may have been wrapped in a `forwardRef()` guard. |
no test coverage detected