()
| 86 | } |
| 87 | |
| 88 | export function tsIgnoreComment(): o.LeadingComment { |
| 89 | return o.leadingComment('@ts-ignore', true, true); |
| 90 | } |
| 91 | |
| 92 | export function isUnsafeObjectKey(key: string): boolean { |
| 93 | return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key); |
no outgoing calls
no test coverage detected