• Checks whether the target string is a valid Octal number

    Example

    expectisOctal(('076543210').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc