UNPKG

ipfs-api

Version:

A client library for the IPFS HTTP API

8 lines (6 loc) 151 B
'use strict' module.exports = (send) => ({ cancel: require('./cancel')(send), state: require('./state')(send), subs: require('./subs')(send) })