expose uri.

This commit is contained in:
Christopher Jeffrey 2016-04-28 14:06:14 -07:00
parent 270feadf74
commit 37218092ab
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -184,6 +184,7 @@ function Environment(options) {
this.bloom = require('./bloom');
this.bst = require('./bst');
this.lowlevelup = require('./lowlevelup');
this.uri = require('./uri');
this.protocol = require('./protocol')(this);
this.profiler = require('./profiler')(this);