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
constBaseWithDefaults=Base.defaults({parentOption: "value"})constbaseWithDefaults=newBaseWithDefaults({childOption: "value"})baseWithDefaults.options.childOption// should be typed as stringbaseWithDefaults.options.parentOption// should be typed as string
I don't know if this is even possible. Any idea?
Here is a playground with the full source code to mess around with
The text was updated successfully, but these errors were encountered:
Example
I don't know if this is even possible. Any idea?
Here is a playground with the full source code to mess around with
The text was updated successfully, but these errors were encountered: