Skip to main content
Module

x/value_schema/dist-deno/libs/types.ts>isDate

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Latest
function isDate
import { isDate } from "https://deno.land/x/value_schema@v4.0.0/dist-deno/libs/types.ts";

check whether given value is an instance of Date or not

Parameters

value: unknown

value to check

Returns

value is Date

Yes/No