Replicating airbnb following the atomic design principles...
View the Project on GitHub kokiebisu/4irbnb
Home > @nextbnb/common > createUser
Factory to create the User instance
Signature:
createUser: (id: string, username: string, name: string, iconUrl: string) => User