Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
variable defaultDecimalOptions
import { defaultDecimalOptions } from "https://deno.land/x/validatte@0.7.5/behaviors/common/isDecimal.ts";

type

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