format-name Make correct first/last name combination among different languages including preference. Installation yarn add format-name The Gist import formatName from "format-name"; formatName("Ross", "Khanas"); // Ross Khanas formatName("台綸", "曾"); // 曾台綸 License MIT