1
0
mirror of https://github.com/fluencelabs/libp2p-ts synced 2025-03-31 09:21:04 +00:00
2018-08-23 18:10:18 +02:00

14 lines
429 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;
}