Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable defaultDecimalOptions
import { defaultDecimalOptions } from "https://deno.land/x/validatte@0.7.2/behaviors/common/isDecimal.ts";

type

{ force_decimal: boolean; decimal_digits: string; locale: string; }