Type alias FilterOutFunctionKeys<T>

FilterOutFunctionKeys<T>: Omit<T, GetFunctionKeys<T>>

Remove all properties from "T" that are a function does NOT filter out getters / setters

Type Parameters

  • T extends object

Generated using TypeDoc