Skip to content

isDate

@tsed/core

Usage

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

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

Overview

ts
function isDate(target: any): target is Date;

Released under the MIT License.