(contributor)
| 56 | }; |
| 57 | |
| 58 | const formatOneContributor = (contributor) => |
| 59 | typeof contributor === "string" ? contributor : formatLanguageMap(contributor?.name); |
| 60 | |
| 61 | const formatContributor = (contributor) => |
| 62 | Array.isArray(contributor) |
no test coverage detected