You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: