Hi,
I am new to this lerna monorepo, I want to understand how this thing works, like how to publish to npm and use this package. Normally when we import an npm package it's automatically available to us, in the case of monorepo how package exporting works, because packages are inside the packages folder and can only be imported by going to that location and accessing it,. How it gets available to directly. I know a project like babel and react uses monorepo architecture but I don't how it works when install these types of packages and use it directly.