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

x/validatte/mod.ts>isDecimal

A Savory Class validator for Deno
Go to Latest
function isDecimal
Re-export
import { isDecimal } from "https://deno.land/x/validatte@0.7.1/mod.ts";

Parameters

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