Using `Effect` in Packages Without Exposing It to Consumers

has anyone used Effect when building packages for customers like (npm packages) where the consumer is expected to not use Effect?

I see so many places to use effect but i dont really want to expose Effect to the end consumer.

Would you just wrap code at the end in some run* module?
Was this page helpful?