2018-06-22 16:38:26 +02:00

10 lines
305 B
TypeScript

// 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
declare module 'abstract-leveldown' {
export interface AbstractLevelDown {
}
}