()
| 93 | } |
| 94 | |
| 95 | export function tsIgnoreComment(): o.LeadingComment { |
| 96 | return o.leadingComment('@ts-ignore', true, true); |
| 97 | } |
| 98 | |
| 99 | export function isUnsafeObjectKey(key: string): boolean { |
| 100 | return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key); |
no outgoing calls
no test coverage detected
searching dependent graphs…