• Tests whether the target string is an int

    Example

    expect(isIntString('13').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    • options: any

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc