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