effect-use
effect-use copied to clipboard
start making packages more consistent
this removes the schema packages from the repo and brushes up on some things we may want to make consistent across packages.
- folder name
my-thing
- export type = MyThing
- export const MyThing = Context.Tag<MyThing>("@effect-use/my-thing")