• Checks whether the target string is a decimal

    Example

    expect(isDecimal('-.25').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    • options: any

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc