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
if we adapt todays logic it should become something like
[<AllowNullLiteral>][<Interface>]typeErrorHandling=abstractmembererror:string|nullwith get, set
[<AllowNullLiteral>][<Interface>]typePromiseLike<'T>=abstractmembera:?onfulfilled:string->unitabstractmemberb:?onfulfilled:string->unitabstractmemberc:?onfulfilled:string->unit
will this still convey the correct meaning ?
We need F# 9 to land in Fable in order to support this feature.
The text was updated successfully, but these errors were encountered:
TypeScript documentation:
translates into
How should we represents optional properties and optional parameters?
if we adapt todays logic it should become something like
will this still convey the correct meaning ?
We need F# 9 to land in Fable in order to support this feature.
The text was updated successfully, but these errors were encountered: