-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Is your feature request related to a problem? Please describe.
Up until now, the functions used to created builder objects have only accepted primitive types, such as strings, numbers, and booleans. It would be great to accept all of an object's properties to those functions for those who wish to have more of a constructor-type experience.
Describe the solution you'd like
- All properties can be optionally passed into the top-level functions
- Underneath the hood, this will be calling the setter methods inside of the constructor
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request