Skip to main content
Module

x/complaindate/mod.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/mod.ts";

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

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