Returns a type that a Guard will assign to a variable.
GuardType<typeof isTypeString> // stringGuardType<typeof Array.isArray> // unknown[]
Generated using TypeDoc
Returns a type that a Guard will assign to a variable.
Example