Skip to main content
Module

std/datetime/mod.ts>Unit

Deno standard library
Go to Latest
type alias Unit
import { type Unit } from "https://deno.land/std@0.108.0/datetime/mod.ts";
definition:
| "milliseconds"
| "seconds"
| "minutes"
| "hours"
| "days"
| "weeks"
| "months"
| "quarters"
| "years"