(type: string | null | undefined)
| 51 | * existing non-`file[]` field changes behavior. |
| 52 | */ |
| 53 | export function isFileFieldType(type: string | null | undefined): boolean { |
| 54 | return type === 'file[]' |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Run-ready file object stored as a file field's value. Derived from the |
no outgoing calls
no test coverage detected