Skip to main content
Module

x/danet/validation.ts>isDecimal

The most mature backend framework for Deno
Go to Latest
function isDecimal
Re-export
import { isDecimal } from "https://deno.land/x/danet@1.8.0/validation.ts";

Parameters

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