Skip to main content
Module

x/complaindate/mod.ts>addTime

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

Get a function curried with a time duration to add to its native JS Date arguments.

Parameters

unnamed 0: { hours?: number | string; minutes?: number | string; seconds?: number | string; milliseconds?: number | string; }

Object of hours, minutes, seconds & milliseconds, where each may be negative