martinheidegger/network-interfaces

View on GitHub
const/nic-type.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'
module.exports = {
  wired: 'Wired',
  wireless: 'Wireless',
  firewire: 'Firewire',
  thunderbolt: 'Thunderbolt',
  bluetooth: 'Bluetooth',
  other: 'Other'
}