Skip to content

Commit

Permalink
Add type property for reachdown (Level/community#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 1, 2019
1 parent accd3e0 commit 8a23848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ function DB (db, opts) {

inherits(DB, AbstractLevelDOWN)

DB.prototype.type = 'encoding-down'

DB.prototype._serializeKey =
DB.prototype._serializeValue = function (datum) {
return datum
Expand Down

0 comments on commit 8a23848

Please sign in to comment.