Add "isAny" guard
lazarljubenovic opened this issue · 1 comments
lazarljubenovic commented
It would always return true
. Mostly useful for composition, eg. tg.isArrayOf(tg.isAny)
.
lazarljubenovic commented
Maybe also add isNever
, which always returns false
? (Would this be never
or unknown
? Can't think straight now...)