mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
12 lines
198 B
JavaScript
12 lines
198 B
JavaScript
/** @module connection
|
|
|
|
/**
|
|
* @param {string} name - The connection name.
|
|
* @constructor module:connection
|
|
*//**
|
|
* @constructor module:connection
|
|
*/
|
|
module.exports = function() {
|
|
// ...
|
|
};
|