Skip to main content
Module

x/evt/tools/isCallableFunction.ts

💧EventEmitter's typesafe replacement
Go to Latest
import * as evt from "https://deno.land/x/evt@v2.4.3/tools/isCallableFunction.ts";

Functions

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.