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

x/deno_class_validator/src/deps.ts>FormatNumberOptions

Decorator-based property validation for classes.
Latest
type alias FormatNumberOptions
import { type FormatNumberOptions } from "https://deno.land/x/deno_class_validator@v1.0.0/src/deps.ts";
definition: { v2?: boolean; fromCountry?: CountryCode; humanReadable?: boolean; formatExtension?: FormatExtension; }