martinheidegger/network-interfaces

View on GitHub
get-active/index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'
exports.getActive = process.platform === 'win32' ? require('./win32.js') : require('./other.js')