libp2p
    Preparing search index...
    interface Filter {
        add(item: string | Uint8Array<ArrayBufferLike>): void;
        has(item: string | Uint8Array<ArrayBufferLike>): boolean;
        remove(buf: string | Uint8Array<ArrayBufferLike>): boolean;
    }

    Implemented by

    Index

    Methods

    Methods