Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

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

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