// Type definitions for abstract-leveldown // Project: https://github.com/Level/abstract-leveldown // Definitions by: Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module 'abstract-leveldown' { export interface AbstractLevelDown { } }