mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 01:32:14 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
'use strict'
|
|
|
|
/**
|
|
* @module connection/index
|
|
* @type {typeof import('./connection')}
|
|
*/
|
|
exports.Connection = require('./connection')
|