Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save softwarebygabe/371301a5b11dade28e634139f347b805 to your computer and use it in GitHub Desktop.
Save softwarebygabe/371301a5b11dade28e634139f347b805 to your computer and use it in GitHub Desktop.
const myHouse = new House(
House.WithRooms(5),
House.WithFloors(2),
House.WithMaterial('wood'),
await House.WithExternalData(),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment