ianstormtaylor / superstruct

A simple and composable way to validate data in JavaScript (and TypeScript).

Home Page:https://docs.superstructjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does "create" supports "passthrough"

Bonjour123 opened this issue · comments

When using Superstruct for data coercion, can I allow other non-defined fields ? Same as zod's passthrough method.