Checks whether the target string is a valid MAC Address
target
expect(isMACAddress('ab:ab:ab:ab:ab:ab').value).toBeTruthy()
The target string
The options
Generated using TypeDoc
Checks whether the
targetstring is a valid MAC AddressExample