lazarljubenovic/type-guards

Add "isAny" guard

lazarljubenovic opened this issue · 1 comments

It would always return true. Mostly useful for composition, eg. tg.isArrayOf(tg.isAny).

Maybe also add isNever, which always returns false? (Would this be never or unknown? Can't think straight now...)