(boundary: string)
| 42 | /^(Blob|File)$/.test(object[NAME]); |
| 43 | |
| 44 | const getFooter = (boundary: string) => `${dashes}${boundary}${dashes}${carriage.repeat(2)}`; |
| 45 | |
| 46 | const getHeader = (boundary: string, name: string, field: { name: string; type: string }) => { |
| 47 | let header = ''; |
no outgoing calls
no test coverage detected
searching dependent graphs…