()
| 99 | } |
| 100 | |
| 101 | export function tsIgnoreComment(): o.LeadingComment { |
| 102 | return o.leadingComment('@ts-ignore', true, true); |
| 103 | } |
| 104 | |
| 105 | export function isUnsafeObjectKey(key: string): boolean { |
| 106 | return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key); |
no outgoing calls
no test coverage detected