NonFunctionPropertiesOf<T> Type

NonFunctionPropertiesOf = Pick<T, NonFunctionPropertyNamesOf<T>>

Produces a type consisting of all of the public properties of T except for those of type function.

@see NonFunctionPropertyNamesOf for potential pitfalls when used in conjunction with the object spread operator.

Defined in

Last Updated: 14 November, 2024