Extracts the non-null, non-callable object members of T.
T
This includes arrays, ordinary objects, class instances, boxed primitives, and specialized built-in objects. Primitive, nullish, callable, and constructable members are excluded.
Type whose non-null object members are extracted.
Extracts the non-null, non-callable object members of
T.This includes arrays, ordinary objects, class instances, boxed primitives, and specialized built-in objects. Primitive, nullish, callable, and constructable members are excluded.