Tests if a given type would satisfy a given supertype.
e.g., Satisfies<"hello", string> should evaluate to true.
Satisfies<"hello", string>
Type to compare.
Type that should be extended by Type.
Type
0.1.0
Tests if a given type would satisfy a given supertype.
e.g.,
Satisfies<"hello", string>
should evaluate to true.