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

    Variable WebSocketsSecureConst

    WebSocketsSecure: MultiaddrMatcher = ...

    Matches secure WebSocket addresses.

    import { multiaddr } from '@multiformats/multiaddr'
    import { WebSocketsSecure } from '@multiformats/multiaddr-matcher'

    WebSocketsSecure.matches(multiaddr('/ip4/123.123.123.123/tcp/1234/wss')) // true