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

x/date_fns/types.ts>Duration

date-fns Deno package
Very Popular
Latest
interface Duration
import { type Duration } from "https://deno.land/x/date_fns@v2.22.1/types.ts";

Properties

optional
years: number
optional
months: number
optional
weeks: number
optional
days: number
optional
hours: number
optional
minutes: number
optional
seconds: number