~popey/+junk/storjshare-stable

« back to all changes in this revision

Viewing changes to index.js

  • Committer: Alan Pope
  • Date: 2017-04-28 11:33:41 UTC
  • Revision ID: alan@popey.com-20170428113341-9bbtdmz02xuhd3u9
snapshot of 2.5.1 stable build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/**
 
3
 * @module storj-share
 
4
 * @license (AGPL-3.0)
 
5
 */
 
6
 
 
7
'use strict';
 
8
 
 
9
/** {@link module:utils} */
 
10
exports.utils = require('./lib/utils');
 
11
 
 
12
/** {@link RPC} */
 
13
exports.RPC = require('./lib/api');