We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c515f2 commit 06fc82dCopy full SHA for 06fc82d
packages/auto-tls/src/auto-tls.ts
@@ -84,6 +84,8 @@ export class AutoTLS implements AutoTLSInterface {
84
})
85
}
86
87
+ readonly [Symbol.toStringTag] = '@libp2p/auto-tls'
88
+
89
readonly [serviceCapabilities]: string[] = [
90
'@libp2p/auto-tls'
91
]
0 commit comments