When I initialize a node using js-libp2p like this
js-libp2p
const node = await Libp2p.create(options).
const node = await Libp2p.create(options)
is my node a Switch component?
node
Switch