Skip to main content
Go to Latest
type alias StringFormatOption
import { type StringFormatOption } from "https://deno.land/x/openbox@1.1.8/deps.ts";
definition:
| "date-time"
| "time"
| "date"
| "email"
| "idn-email"
| "hostname"
| "idn-hostname"
| "ipv4"
| "ipv6"
| "uri"
| "uri-reference"
| "iri"
| "uuid"
| "iri-reference"
| "uri-template"
| "json-pointer"
| "relative-json-pointer"
| "regex"
| ({ } & string)