Permalink
Switch branches/tags
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
4 lines (3 sloc) 105 Bytes
var sublevel = require('level-sublevel'),
base = require('./base');
module.exports = base(sublevel);