effect-use icon indicating copy to clipboard operation
effect-use copied to clipboard

start making packages more consistent

Open alex-dixon opened this issue 1 year ago • 2 comments

this removes the schema packages from the repo and brushes up on some things we may want to make consistent across packages.

  1. folder name my-thing
  2. export type = MyThing
  3. export const MyThing = Context.Tag<MyThing>("@effect-use/my-thing")

alex-dixon avatar Sep 01 '23 22:09 alex-dixon