8 lines
136 B
JavaScript
Raw Normal View History

'use strict'
/**
* @module connection/index
* @type {typeof import('./connection')}
*/
exports.Connection = require('./connection')