( key: string, )
| 156 | } as const satisfies Record<string, TextObjScope> |
| 157 | |
| 158 | export function isTextObjScopeKey( |
| 159 | key: string, |
| 160 | ): key is keyof typeof TEXT_OBJ_SCOPES { |
| 161 | return key in TEXT_OBJ_SCOPES |
| 162 | } |
| 163 | |
| 164 | export const TEXT_OBJ_TYPES = new Set([ |
| 165 | 'w', |
no outgoing calls
no test coverage detected