effect
effect copied to clipboard
Export as named module
🚀 Feature request
Current Behavior
Currently, you have to use a namespace import to use Schema.
Desired Behavior
If I were to use this in a larger organization, being able to use a named import would make this easier for others to grok (and also easier to use with intellisense):
import { S } from "@effect/schema/Schema"
Both Effect and zod support this pattern currently.