Introduction
Migration
Appearance
import { isFunction } from "@tsed/core";
See /packages/core/src/types/utils/objects/isFunction.ts.
function isFunction(target: any): target is Function;