Replicating airbnb following the atomic design principles...
View the Project on GitHub kokiebisu/4irbnb
Home > @nextbnb/common > createHost
Factory to create Hosts
Signature:
createHost: (firstName: string, lastName: string, createdAt: Date) => Host