UNPKG

storjshare-daemon

Version:

daemon + process manager for sharing space on the storj network

14 lines (9 loc) 195 B
/** * @module storj-share * @license (AGPL-3.0) */ 'use strict'; /** {@link module:utils} */ exports.utils = require('./lib/utils'); /** {@link RPC} */ exports.RPC = require('./lib/api');