This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Otherwise TypeScript doesn't see that Test inherits AbstractLevelDOWN: ``` function Test (location) { AbstractLevelDOWN.call(this, location) } util.inherits(Test, AbstractLevelDOWN) ``` And will complain about AbstractLevelDOWN methods being undefined on Test.
- Loading branch information