Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ISOStringFormat

import type { ISOStringFormat } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";

The ISO string format.

  • basic: Minimal number of separators
  • extended: With separators added to enhance human readability
type ISOStringFormat = "extended" | "basic";

§Type

§
"extended" | "basic"
[src]