Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/complaindate/support/function-signatures.ts>PlainDateMapFn

JavaScript date-time utilities that keeps timezones on the surface
Go to Latest
type alias PlainDateMapFn
import { type PlainDateMapFn } from "https://deno.land/x/complaindate@v0.7.2/support/function-signatures.ts";

Describes a function taking a plain-date object and returning the same.

definition: <T extends ComPlainDate>(date: T) => T