Type alias NotFunction<T>

NotFunction<T>: T extends Function
    ? never
    : T

Anything except a function

Type Parameters

  • T