temit > NotFunction NotFunction type Signature: export declare type NotFunction<T> = T extends (...args: any[]) => any ? any : T;