@multiformats/multiaddr-matcher
    Preparing search index...

    Interface Matcher

    A matcher accepts multiaddr components and either fails to match and returns false or returns a sublist of unmatched components

    interface Matcher {
        match(parts: Component[]): false | Component[];
    }
    Index

    Methods

    Methods