libp2p
    Preparing search index...

    Interface Counter

    A tracked counter loosely based on the Counter interface exposed by the prom-client module - counters are metrics that only go up

    interface Counter {
        increment(value?: number): void;
        reset(): void;
    }
    Index

    Methods