jasonkuhrt / alge

Type safe library for creating Algebraic Data Types (ADTs) in TypeScript. 🌱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support zod defaults

jasonkuhrt opened this issue · comments

Perceived Problem

Ideas / Proposed Solution(s)

  • When used we should honour that and not require the constructor to provide the input
  • Note this overlaps with the native defaults feature
  • Run zod defaults AFTER the native defaults system