8 lines
266 B
TypeScript
Raw Normal View History

2018-06-22 16:38:26 +02:00
// Type definitions for abstract-leveldown
// Project: https://github.com/Level/abstract-leveldown
// Definitions by: Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
2018-06-24 10:20:23 +02:00
declare interface AbstractLevelDown {
2018-06-22 16:38:26 +02:00
}