Appearance
function getOxfordizedListParts(items: string[]): { head: string; tail: string; };
items
string
{ head: string; tail: string; }
head
tail