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
maktaba#ensure#IsBool(v:true) currently throws a WrongType exception because the type of v:true and v:false is boolean rather than number. It seems to me that boolean values should be handled as well.
Additionally, the absence of maktaba#value#IsBool seems like a notable omission.
The text was updated successfully, but these errors were encountered:
maktaba#ensure#IsBool(v:true)
currently throws a WrongType exception because the type ofv:true
andv:false
is boolean rather than number. It seems to me that boolean values should be handled as well.Additionally, the absence of
maktaba#value#IsBool
seems like a notable omission.The text was updated successfully, but these errors were encountered: