UNPKG

86 BJavaScriptView Raw
1'use strict'
2
3module.exports = (ipfs) => {
4 return ipfs._libp2pNode || ipfs.libp2p
5}