Effect CommunityEC
Effect Communityβ€’2y agoβ€’
1 reply
Steff

Auto-Completion for Picking Literals

It there a way to pick a literal, so I get auto-completion when picking πŸ“, to get something like:
const ab = pipe(Schema.literal("a", "b", "c"), Schema.pick("a","b"))
Was this page helpful?