UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

8 lines (6 loc) 157 B
'use strict' module.exports = function isOnline (self) { return () => { return Boolean(self._bitswap && self.libp2p && self.libp2p.isStarted()) } }