UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

9 lines (7 loc) 264 B
'use strict' // This is an alias for `bitswap stat`. const bitswapStats = require('../bitswap/stat.js') // The command needs to be renamed, else it would be `stats stat` instead of // `stats bitswap` bitswapStats.command = 'bitswap' module.exports = bitswapStats