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