mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-17 02:30:49 +00:00
10 lines
290 B
TypeScript
10 lines
290 B
TypeScript
// Type definitions for libp2p-kad-dht 0.10.0
|
|
// Project: https://github.com/libp2p/js-libp2p-kad-dht
|
|
// Definitions by: Jaco Greeff <https://github.com/jacogr>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare class LibP2pKadDht {
|
|
}
|
|
|
|
export default LibP2pKadDht;
|