expose uri.
This commit is contained in:
parent
270feadf74
commit
37218092ab
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user