mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-05 23:42:15 +00:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
|
'use strict'
|
||
|
|
||
|
const handler = require('./handler')
|
||
|
|
||
|
exports = module.exports = require('./ping')
|
||
|
exports.mount = handler.mount
|
||
|
exports.unmount = handler.unmount
|