Type Alias NotFunction<T>

NotFunction: T extends Function ? never : T

Anything except a function

Type Parameters

  • T