Import Styles Comparison

I see a lot of people using import * as Module from "@effect/Module" while I personally use import { Module } from "effect". What's the suggested way?
Was this page helpful?