Closed devcaeg closed 3 weeks ago
Valibot currently has the omit method but does not have the omitAsync method. In a project, I would need to use omitAsync to omit keys from an objectAsync.
omit
omitAsync
keys
objectAsync
omit is able to handle async schemas and does not require an additional async implementation.
Right, my mistake completely.
Valibot currently has the
omit
method but does not have theomitAsync
method. In a project, I would need to useomitAsync
to omitkeys
from anobjectAsync
.