UNPKG

@helia/http

Version:

A lightweight implementation of IPFS over HTTP in JavaScript

7 lines 365 B
import type { Libp2pDefaultsOptions } from './libp2p.js'; import type { Libp2pOptions } from 'libp2p'; export interface DefaultLibp2pServices extends Record<string, unknown> { delegatedRouting: unknown; } export declare function libp2pDefaults(options?: Libp2pDefaultsOptions): Libp2pOptions<DefaultLibp2pServices>; //# sourceMappingURL=libp2p-defaults.d.ts.map