Prototype: Effect (#6)

- Add EffectTS prototype
This commit is contained in:
sinclairzx81
2025-01-22 20:03:50 +09:00
committed by GitHub
parent 053c890236
commit d24876b2ac
5 changed files with 469 additions and 23 deletions

View File

@@ -20,4 +20,4 @@ const Z = Box(
b: z.string(),
c: z.string(),
}),
)
)