Request: Level should inherit from LevelUp
deian opened this issue · 2 comments
deian commented
The module returns a LevelUp
object, but deceivingly Level
does not inherit from LevelUp
. Any chance of exposing a constructor that is an instance of LevelUp
?
juliangruber commented
while in general I agree, it's still useful to know your use case. why do you want or need this change?
deian commented
Thanks @juliangruber. I am working on a virtualization layer where I'm exposing a wrapped Level object.