UNPKG

104 BJavaScriptView Raw
1
2module.exports = process.env.CONNECT_COV
3 ? require('./lib-cov/connect')
4 : require('./lib/connect');
\No newline at end of file