• Checks whether the target string contains only numbers

    Example

    expect(isNumeric('123').value).toBeTruthy()
    

    Parameters

    • target: string

      The target

    • Optional options: any

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc