Extracts property keys whose value type extends the target type.
SpecialFields<Instance, Target> returns a union of property names from Instance where the property value extends Target.
SpecialFields<Instance, Target>
Instance
Target
Source object type
Target value type to match
Jeongho Nam - https://github.com/samchon
Extracts property keys whose value type extends the target type.
SpecialFields<Instance, Target>returns a union of property names fromInstancewhere the property value extendsTarget.