import { isFloat } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/number/index.js";
Returns true
if the given value is a float number, false
otherwise.
import { isFloat } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/number/index.js";
Returns true
if the given value is a float number, false
otherwise.