libp2p
    Preparing search index...

    Interface Summary

    A tracked summary loosely based on the Summary interface exposed by the prom-client module

    interface Summary {
        observe(value: number): void;
        reset(): void;
        timer(): StopTimer;
    }
    Index

    Methods