Skip to main content
Module

x/complaindate/mod.ts>pipePlainDate

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

Get a function curried with a pipeline of functions to apply to its plain-date arguments, from left to right.

Parameters

...fns: Array<(date: T) => T>

Functions that take a plain-date and return a plain-date

Returns

(date: T) => T

A function taking a plain-date to pass through the pipeline