Returns a type that a Guard that will extend the output of the given Guard.
GuardType<typeof isTypeString> // stringGuardType<typeof Array.isArray> // unknown[]
Generated using TypeDoc
Returns a type that a Guard that will extend the output of the given Guard.
Example