// Type definitions for LevelDown 3.0.0 // Project: https://github.com/level/memdown // Definitions by: Thiago de Arruda // Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare module 'leveldown' { const leveldown: (path: string) => AbstractLevelDOWN; export default leveldown; }