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