Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 8a23848

Browse files
committed
Add type property for reachdown (Level/community#82)
1 parent accd3e0 commit 8a23848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ function DB (db, opts) {
2323

2424
inherits(DB, AbstractLevelDOWN)
2525

26+
DB.prototype.type = 'encoding-down'
27+
2628
DB.prototype._serializeKey =
2729
DB.prototype._serializeValue = function (datum) {
2830
return datum

0 commit comments

Comments
 (0)