• Checks whether the target string is a valid MAC Address

    Example

    expect(isMACAddress('ab:ab:ab:ab:ab:ab').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    • options: any

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc