function isFloatimport { isFloat } from "https://deno.land/x/ayonli_jsext@v0.9.72/number/index.ts"; isFloat(value: unknown): booleanReturns true if the given value is a float number, false otherwise. Parametersvalue: unknownReturnsboolean