UNPKG

evt

Version:

Type safe replacement for node's EventEmitter

7 lines (6 loc) 274 B
/** NOTE: constructors are of type "function" but are not callable, * without the new keyword. * This function will return true if and only if the object passed is * a function and it is not a constructor. */ export declare function isCallableFunction(o: any): boolean;