UNPKG

ipfs-api

Version:

A client library for the IPFS HTTP API

9 lines (7 loc) 115 B
'use strict' module.exports = (config) => { return () => ({ host: config.host, port: config.port }) }