Skip to content

isFunction

@tsed/core

Usage

typescript
import { isFunction } from "@tsed/core";

See /packages/core/src/types/utils/objects/isFunction.ts.

Overview

ts
function isFunction(target: any): target is Function;

Released under the MIT License.