libp2p-ts/memdown/index.d.ts
2018-06-24 10:20:23 +02:00

14 lines
432 B
TypeScript

// Type definitions for LevelDown 3.0.0
// Project: https://github.com/level/memdown
// Definitions by: Thiago de Arruda <https://github.com/tarruda>
// Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="../abstract-leveldown"/>
declare module 'memdown' {
const memdown: () => AbstractLevelDown;
export default memdown;
}