Type to check
Type to against
Checks if T can be narrowed further than U
type Result = IsNarrowable<'foo', string>// ^? true Copy
type Result = IsNarrowable<'foo', string>// ^? true
Generated using TypeDoc
Type to check