Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/datetime/mod.ts>DifferenceOptions

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias DifferenceOptions
import { type DifferenceOptions } from "https://deno.land/std@0.224.0/datetime/mod.ts";

Options for difference.

definition: { units?: Unit[]; }