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
Currently we have verifyDefined, verifyNotNull, and verifyTruthy, but Jali functions check for != undefined. Therefore, add verifyDefinedLike that has that behavior.
Idea:
feat
Details
Currently we have verifyDefined, verifyNotNull, and verifyTruthy, but Jali functions check for
!= undefined
. Therefore, addverifyDefinedLike
that has that behavior.Steps
verifyDefinedLike
.verifyDefined
be checked whether it should be changedto
verifyDefinedLike
The text was updated successfully, but these errors were encountered: