• Tests whether the target string is a float

    Parameters

    • target: string

      The target string

    • Optional options: any

      The options

      Example

      expect(isFloat('123.123').value).toBeTruthy()
      

    Returns Result<boolean | undefined>

Generated using TypeDoc