UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

10 lines (7 loc) 196 B
'use strict' const toStream = require('pull-stream-to-stream') module.exports = function (self) { return (ipfsPath, options) => { return toStream.source(self.refs.localPullStream()) } }