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

x/complaindate/PlainTime.ts>PlainTimeFactory

JavaScript date-time utilities that keep timezones on the surface
Latest
interface PlainTimeFactory
import { type PlainTimeFactory } from "https://deno.land/x/complaindate@v1.0.1/PlainTime.ts";

Describes a factory function that creates plain-time objects.

Call Signatures

(x: { hour?: number | string; minute?: number | string; second?: number | string; millisecond?: number | string; }): T